@font-face {
    font-family: 'yekan';
    src:
        url('../fonts/Yekan.eot'),
        url('../fonts/Yekan.ttf') format("truetype"),
        url('../fonts/Yekan.woff') format("woff"),
        url('../fonts/Yekan.woff2') format("woff2");
}
@font-face {
    font-family: 'noto';
    src:
        url('../fonts/NotoSans.ttf') format("truetype"),
}
*{
    font-family: 'noto','yekan',sans-serif;
}
:root{
    /* --backgroundLayer:#1b4e9dd4; */
    --backgroundLayer:#006894d6;
    /* --mainColor:#1b4e9dd4; */
    --mainColor:#006894;
}
.container-fluid{
    height: 100vh;
    background: no-repeat fixed right top;
    background-size: cover;
}
.container-fluid > .backLayer{
    width: 100%;
    height: 100%;
    background: var(--backgroundLayer);
}
.forms form{
    width: 85%;
}
.mainForm{
    width: 56%;
    height: 85%;
}
.mainForm >.row{
    height: 100%;
}
.logoTop{
    width: 100%;
    height: 100%;
    background: #ffffff36;
    box-shadow: 0 0 12px -6px black;
    padding:0 35px;
}
.logoTop img{
    margin: 0 auto 20px;
    width: 75%;
}
.logoTop p{
    text-align: justify;
}
.infoDetail h3{
    border-bottom: 1px solid white;
}
.infoDetail{
    margin-top: 35px;
    text-align: left;
    color: white;
}
.systemName{
    margin-top: 15px;
}
.systemName h2{
    color: #002677;
    padding: 0 35px;
    font-size: 22px;
    margin-bottom: 50px;
}
.systemName img{
    width: 275px;
    margin-bottom: 15px;
}
.form{
    background: white;
    height: 100%;
}
form{
    padding: 0 20px !important;
}
form > input{
    margin-bottom: 15px;
}
form h5{
    margin: 15px 0 20px;
}
.formInputInner {
    background: #0000000f;
    padding: 3px 13px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b1b1b1;
    margin-bottom: 10px;
}
.formInputInner input,.formInputInner select{
    outline: 0;
    background: none;
    border: 0;
    width: 100%;
    margin-left: 5px;
    font-size: 14px;
    height: 35px;
}
.tomoForm button[type=submit]{
    background: var(--mainColor);
    padding: 5px 25px;
    border-radius: 15px;
    color: white;
    transition: all linear .2s;
}
.tomoForm button[type=submit]:hover{
    color: white;
    transform: scale(1.05);
}
.formBtnSmall{
    border: 0;
    background: none;
    color: var(--mainColor);
    float: right;
    margin-top: 10px;
    text-decoration: none;
    transition: all linear .2s;
}
.formBtnSmall:hover{
    color: black;
}
.formBtnBig{
    width: 100%;
    background: var(--mainColor);
    color: white;
    border-radius: 50px;
    margin-top: 30px;
    transition: all linear .2s;
}
.formBtnBig:hover{
    transform: scale(1.1);
    color: white;
}
.buttonBox button{
    font-size: 14px;
    transition: all linear .2s;
    padding-left: 0;
}
.buttonBox button:hover{
    color: var(--mainColor);
}
.hideForm{
    display: none;
}
.submitButton{
    width: 100%;
}
#selectFile{
    visibility: hidden;
    width: 0;
}
#selectFileBTN{
    display: block;
    width: 100%;
    text-align: center;
}
#selectFileBTN button{
    border: 0;
    text-decoration: none;
    background: var(--mainColor);
    color: white;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 20px;
}
form .row .col-sm-6:nth-child(2n) .formInputInner{
    margin-left: 2px;
}
.infoTomo{
    width: 100%;
    color: white;
}

.logOutBtn button{
    width: 100%;
}

@media screen and (min-width:992px) and (max-width:1200px){
    .logoTop p{
        font-size: 14px;
    }
    .infoDetail h3{
        font-size: 18px;
    }
    .infoTomo{
        font-size: 14px;
    }
    .systemName img{
        width: 70%;
    }
    .systemName h2{
        font-size: 18px;
    }
    .forms form{
        width: 90%;
    }
}
@media screen and (max-width:991px){
    .rightSide{
        display: none;
    }
    .systemName img{
        width: 80%;
    }
    .systemName h2{
        font-size: 16px;
    }
    .forms form{
        width: 100%;
    }
    .loginBtns{
        flex-direction: column;
    }
    .loginBtns >*{
        margin-top: 15px;
    }
}
