body{
    margin: 0;
    padding: 0;
    background: url(/images/login_bg.jpg) no-repeat;
    background-size: cover;
    /* font-family: 'PT Sans', sans-serif; */
}

span.logo{
    text-align: center;
}

.logo img{
    text-align: center;
}

.container{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

div.logowrapper{
    margin-bottom:10px;
    background:white;
    max-height: 300px;
    padding: 5px 50px;
}


/* div.contractor{
    background: url(/images/Contractor.png);
    background-size: 115px auto;
    background-repeat: no-repeat;
    background-position: center;
} */

/* div.client{
    background: url(/images/Untitled.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.dev{
    background: url(/images/saisanket_logo.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center;
} */

.login_wrapper{
    width: 600px;
    border-radius: 0px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff, #f5f5f5);
    background: -o-linear-gradient(top, #fff, #f5f5f5);
    background: -moz-linear-gradient(top,#fff, #f5f5f5);
    background: linear-gradient(top, #fff, #f5f5f5);
}

div.logowrapper{
    margin-bottom:10px;
    background:white;
    max-height: 300px;
    padding: 5px 50px;
}

div.contractor, div.client, div.dev{
    display: inline-flex;
    /* border: 1px solid red; */
    width: 165px;
    height: 165px;
}
div.contractor{
    background: url(/images/Contractor.png);
    background-size: 115px auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.client{
    background: url(/images/Client-MpGov.png);
    background-size: 165px auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.dev{
    background: url(/images/saisanket_logo.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center;
}

/* div.contractor{
    background: url(/images/Contractor.png);
    background-size: 145px auto;
    background-repeat: no-repeat;
    background-position: center;
} */

.login_header{
    font-family: 'Poppins', sans-serif;;
    color: #52672e;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login_input {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #52672e;
    margin-bottom: 30px;
}

.input100 {
    font-family: 'Poppins', sans-serif;;
    font-size: 16px;
    color: #52672e;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px;
}

.input100:focus {
    padding-left: 5px;
  }


.input100:focus + .focusInput::before {
    width: 100%;
  }

.input100:focus + .focusInput::after {
    top: -22px;
    font-size: 18px;
  }

.chkbox{
    display: none;
}

.rem_me_chkbox{
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
}

.lbl_chkbox100{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 100;
    color: #52672e;
    line-height: 1.2;

    display: block;
    position: relative;
    padding-left: 26px;   
    cursor: pointer; 
}

.lbl_chkbox100::before{
    content: "done";
    font-family: Material Icons;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    /* background: #fff; */
    border: 1px solid #52672e;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chkbox:checked + .lbl_chkbox100::before {
    background: #52672e;
    color: #f7f7f7;
  }
  

input{
    outline: none;
    border: none;
}
input[type=checkbox],input[type=radio]{
    box-sizing: border-box;
}

input[type=text]::placeholder{
 color: #52672e;
 letter-spacing: 1px;
}

input[type=text]::-moz-placeholder{
    color: #52672e;
    letter-spacing: 1px;
}

input[type=text]::-ms-input-placeholder{
    color: #52672e;
    letter-spacing: 1px;
}

input[type=password]::placeholder{
    color: #52672e;
    letter-spacing: 1px;
}

input[type=password]::-moz-placeholder{
    color: #52672e;
    letter-spacing: 1px;
}

input[type=password]::-ms-input-placeholder{
    color: #52672e;
    letter-spacing: 1px;
}

input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

@font-face{
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.eot); /* For IE6-8 */
    src: local('Poppins'),
    local('Poppins-Regular'),
    url(../fonts/Poppins-Regular.woff2) format('woff2'),
    url(../fonts/Poppins-Regular.woff) format('woff'),
    url(../fonts/Poppins-Regular.ttf) format('truetype');
}

.focusInput{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focusInput::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    background: #fff;
}

.focusInput::after{
    font-family: Material Icons;
    font-size: 22px;
    color: #52672e;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login_form_btn{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: moz-box;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    justify-content: center;
}

button{
    outline: none;
    border: none;
}

.btn_login{
    background: transparent;
    /* background: -webkit-linear-gradient(bottom, #ddd, #eee);
    background: -o-linear-gradient(bottom, #ddd, #eee);
    background: -moz-linear-gradient(bottom, #ddd, #eee);
    background: linear-gradient(bottom, #ddd, #eee); */
    color: #52672e;
    font-family: 'Poppins', sans-serif;;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -moz-box;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
    min-width: 120px;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #52672e;
    border-radius: 2px;
}

.btn_login::before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus{
    border: 1px solid white;
    -webkit-text-fill-color: #52672e;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

#btnForgetPass{
    background: transparent;
}

#btnForgetPass:hover {
    background: transparent!important;
}

#btnsubmit:hover {
    background: #52672e;
    color: #ffffff;
}

.forgetPass:hover, .forgetPass:focus{
    background: transparent;
}

.swal2-modal h2{
    font-size: 22px;
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .login_wrapper {
      padding: 55px 15px 37px 15px;
      width: 100%;
    }
  }