/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Nov, 2019, 2:46:13 PM
    Author     : ppawar
*/

.loginWrapper {
    position: relative;
    background-image: url(../../images/background/sensoyoLogin.svg);
    height: 100vh;
    width: 100vw;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 420px) {
    .loginBox {
        position: static;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-height: 600px) and (min-width: 420px) {
    .loginBox {
        position: fixed;
        width: 320px;
        top: 25%;
        right: 15%;
    }
}

@media (max-height: 600px) and (min-width: 420px) {
    .loginBox {
        position: fixed;
        width: 320px;
        top: 20%;
        right: 15%;
    }
}

.loginSensoyoLogo {
    width: 170px;
    height: 170px;
}

.loginBox .loginInput {
    border-radius: 39px;
    margin-bottom: 35px;
    width: 100%;
    padding: 1.375rem 0.75rem 1.375rem 3.25rem;
    text-align: left;
    font-size: 18px;
    background-color: #F1F1EF;
    border: 1px solid #F1F1EF;
}

.loginBox .loginInput.loginPassword {
    background-image: url(../../images/toolbaricon/password.svg);
    background-repeat: no-repeat;
    background-position: center left calc(.375em + 0.7875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    /*margin-bottom: 0px;*/
}

.loginPasswordWrapper {
    position: relative;
}

.loginPasswordWrapper .loginPasswordVisiblity {
    position: absolute;
    bottom: 5px;
    right: 20px;
}

.loginPasswordVisiblityIcon {
    color: #DF4B13;
    cursor: pointer;
}

.loginBox .loginInput.loginUsername {
    background-image: url(../../images/toolbaricon/person_outline.svg) !important;
    background-repeat: no-repeat;
    background-position: center left calc(.375em + 0.7875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -webkit-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -moz-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -o-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.loginBox .loginInput.forgetEmail {
    background-image: url(../../images/toolbaricon/email.svg) !important;
    background-repeat: no-repeat;
    background-position: center left calc(.375em + 0.7875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -webkit-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -moz-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    -o-background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.loginBox button { 
    border-radius: 39px;
    width: 100%;
    font-weight: 600;
    padding: 0.475rem 0.75rem;
    text-align: center;
    font-size: 18px;
    background-color: #DF4B13;
    border: 1px solid #DF4B13;
}

.loginBox button:active, .loginBox button:hover, .loginBox button:focus { 
    border-radius: 39px;
    width: 100%;
    font-weight: 600;
    padding: 0.475rem 0.75rem;
    text-align: center;
    font-size: 18px;
    background-color: #DF4B13 !important;
    border: 1px solid #DF4B13 !important;
    box-shadow: none;
}

.loginRememberMe {
    letter-spacing: 0;
    color: #5B5A57;
    font-size: 15px;
    line-height: 22px;
    margin-right: 5px;
}

.loginForgetPassword {
    letter-spacing: 0;
    color: #5B5A57;
    font-size: 15px;
    line-height: 22px;
    margin-right: 5px;
    cursor: pointer; 
}

.loginBox .checkbox-container {
    display: inline-block;
}

.loginBox .checkbox-container>input:checked ~ .checkmark {
    background-color: #4DB300;
    text-decoration: none;
}

.loginBox .note {
    letter-spacing: 0;
    color: #5B5A57;
    font-size: 15px;
    line-height: 22px;
    padding-right: 30px;
    padding-left: 30px;
     margin-bottom: 15px;
}

.loginBox.forgetPassword {
    display: none;
}

.backToLogin {
    cursor: pointer;
}

.errorBoxImg {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
    background-image: url(../../images/toolbaricon/error.png);
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.successBoxImg {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
    background-image: url(../../images/toolbaricon/success.png);
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.errorBoxTitle {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    color: #232323;
    font-weight: Bold;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 15px;
}

.errorBoxText {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #5B5A57;
    opacity: 1;
    margin-bottom: 15px;
}

.errorBoxButton, .errorBoxButton:hover {
    width: 158px;
    height: 42px;
    background: #DF4B13 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    font-weight: Bold;
    border-radius: 21px;
    opacity: 1;
}

.bootbox.modal .modal-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

input:-internal-autofill-selected {
    background-image: url(../../images/toolbaricon/password.svg);
    background-repeat: no-repeat;
    background-position: center left calc(.375em + 0.7875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input {
    background-image: url(../../images/toolbaricon/password.svg);
    background-repeat: no-repeat;
    background-position: center left calc(.375em + 0.7875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}