body{
    background-color: #161616;
    color: white;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.vaultek_logo{
    width: 35%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    display: block;
}

header{
    /*width:100%;*/
    height:15%;
    padding-top: 20px;
}

.login_area{
    display: block;
    width: 50%;
    height:50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.btnLogin{
    width:17%;
    height:35px;
    border:none;
    color: #999;
    font-size: .75vw;
    margin-left: 33%;
    border-radius: 1px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    background: black;
}

.btnRegister{
    width:17%;
    height:35px;
    border:none;
    color: #999;
    font-size: .75vw;
    border-radius: 1px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    background: black;
}

.btnRegistration{
    display: block;
    position: relative;
    left: 9%;
    width:25%;
    height:35px;
    border:2px solid #404040;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px;
    background: linear-gradient(45deg, #404040,black,#404040);

}
.validCheck{
    margin-left: 300px;
    margin-top: -15px;
    clear: left;
    float: right;
    display: none;
    max-width: 30px;
    max-height: 30px;
    position: absolute;
}

.resetPassword{
    margin-left: 43%;
    margin-top: 1%;
}

.resetPassword a{
    color: #00a8ff;
}











