/*
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: 339px;
height: 98px;
}

.loginBox .loginInput {    
    margin-bottom: 35px;  
    padding: 18px;
    text-align: left;
    font-size: 18px;   
    color: #BEBDB8;
    width: 335px;
height: 49px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #BEBDB8;
border-radius: 10px;
}
.LoginpagelogoMY {
        margin-top: -16%;
    margin-bottom: 31%;
}
.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: #1185C1;
    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);
}
.ForgetMailMT {
        margin-top: 6%;
}
.loginBox button { 
   
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    width: 185px;
height: 50px;
background: #1185C1 0% 0% no-repeat padding-box;
border-radius: 25px;
}

.loginBox button:active, .loginBox button:hover, .loginBox button:focus { 
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    width: 185px;
    height: 50px;
background: #1185C1 0% 0% no-repeat padding-box;
border-radius: 25px;
    box-shadow: none;
}
.Margintop35 {
        margin-top: 35px;
}
.loginRememberMe {
    letter-spacing: 0;
    color: #808495;
    font-size: 13px;
    line-height: 22px;
    margin-right: 5px;    
    font-weight: normal;
    text-transform: uppercase;
}

.loginForgetPassword {
   letter-spacing: 0;
    color: #808495;
    font-size: 13px;
    line-height: 22px;
    margin-right: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.loginBox .checkbox-container {
    display: inline-block;
}

.loginBox .checkbox-container>input:checked ~ .checkmark {
    background-color: #1185C1;
    text-decoration: none;
}
#sensoyoPlatformBackToLogin {
    color: #808495;
    font-size: 13px;
    text-transform: uppercase;
}
.loginBox .note {
    letter-spacing: 0;
    color: #808495;
    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: #1185C1 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);
}
 @media (max-width: 576px) {
.LoginpagelogoMY {
    margin-top: 0px;
    margin-bottom: 31%;
}
 }