/* * {
    padding: 0px;
    margin: 0px;
} */

input[type=text], select {
    font-size: small;
    width: 51%;
    padding: 5.5px 5px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

input[type=password], select {
    /* margin-bottom: 11px; */
    font-size: small;
    width: 51%;
    padding: 5.5px 5px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.logo p {
    font-size: 10px;
    text-align: center;
    margin-top: 2.25px;
    margin-bottom: 3.75px;
    padding-left: 16px;
}

body {
    background-color: transparent;
}

.box {
    border: 3px solid black;
    width: 486px;
    /* height: 311px; */
    position: relative;
    top: 20vh;
    bottom: 18.75vh;
    left: 27.75vw;
    right: 18.75vw;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 5px;
    background-color: black;
    color: white;
    text-align: right;
    position: relative;
    top: 37.5%;
    top: 0%;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    padding: 7px;
    background-color: #84a9d8;
    color: black;
    text-align: center;
    position: relative;
    bottom: 0%;
    margin: 0px 2px;
    margin-bottom: 2px;
}

.logo {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-left: 0.75vw;
    margin-right: 1.5vw;
    font-size: 11.25px;
    position: relative;
    float: left;
    /* text-align: center; */
    /* left: -225px; */
}

.logo img {
    padding-right: -3px;
    margin-top: 16.75px;
    width: 220px;
    padding-top: 8.5px;
    padding-bottom: 0px;
    padding-left: 17px;
}

.details {
    /* float: right; */
    margin-left: 7.5vw;
    padding-right: 0px;
}



.buttons {
    position: relative;
    left: 85px;
}

button {
    height: 22.5px;
}

.finger {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 79px;
    right: 6px;
    width: 120px;
    height: 146.25px;
    /* display: inline-block; */
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #84a9d8;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.innerbox {
    color: white;
    background-color: white;
    width: 108px;
    height: 101.25px;
    border: 1px solid #84a9d8;
    border-radius: 12px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    top: 39px;
    left: 3.75%;
    bottom: 45%;
}

button {
    height: 24.25px;
    width: 49.5px;
    font-size: 10.75px;
}

.innerbox img {
    height: 100%;
    width: 100%;
}