
.divloginmain {
    margin: auto;
    width: 90%;
    height: 100vh;
    background-image: url(/docs/img/structural/lightback.jpg);
    background-position: center;
    max-width: 1000px;
    min-height: 700px;
    text-align: center;
    max-height: 1200px;
    position: relative;
    background-repeat: no-repeat;
}

.loginheaderdiv, .usernamediv, .passworddiv, loginbtndiv, .userormail, .loginbtndiv {
    color: #ffffff;
    width: 80%;
    display: block;
    height: 40px;
    box-sizing: border-box;
    /* padding-top: 10px; */
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    margin: auto;
    position: relative;
    top: 20%;
}

.loginheaderdiv {
    /* margin-top:20px; */
    text-align: center;
    padding-left: 10%;
    /* background-color: #55286b70; */
    font-size: 25px;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 35px;
    padding: 0px;
    background-image: url(/docs/img/structural/ookaylogo.png);
    background-repeat: no-repeat;
    background-position-x: 84%;
    height: 50px;
}

.userormail {
    text-align: left;
    padding-left: 10%;
    padding-top: 20px;
}

.usernamediv {
}

.usernameinput, .passwordinput, .usernameinput:focus {
    width: 60%;
    height: 40px;
    font-size: 18px;
    background-color: #8a2be257;
    color: #ffffff;
    border: 1px solid #ffffff;
}


.passworddiv {
}

.passwordinput {
}

.loginbtndiv {
    margin-top: 30px;
}

.loginbtnsubmit {
    width: 60%;
    height: 40px;
    background-color: #6495edad;
    border-radius: 30px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}

.vnone {
    display: none;
}
