
*{
    text-decoration:none !important; 
    outline:0 !important; 
    list-style:none !important;
}

body {
    color:#2b2a2a; 
    background:#ffffff; 
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: url(../../login/image/login-background2.png);
    background-size: cover;
}

.bgimgboxset1{
    /*background-image: url(../../login/image/login-background3.png);*/
    background-size: cover;
}
.bgimgboxset2{
    /*background-image: url(../../login/image/login-background4.png);*/
    background-size: cover;
}
.bgimgboxset3{
    /*background-image: url(../../login/image/login-background5.png);*/
    background-size: cover;
}
.bgimgboxset4{
    /*background-image: url(../../login/image/login-background7.png);*/
    background-size: cover;
}
textarea, input{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 box-shadow: none !important;
}
a,a:hover {transition:0.3s all !important;}
button,button:hover {transition:0.3s all !important;}

.form-control:focus {box-shadow:inherit !important; border-color:#00ad9f;}

/*@font-face {
    font-family: '';
    src: url('../fonts/.ttf'),
         url('../fonts/.ttf');
        font-weight: normal;
        font-style: normal;

}
*/


/**** custom radio and checkbox ****/
.custom_checkbox{
    display: inline-block;
    width: 100%;
}
.custom_checkbox p{
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    width: 100%;
    font-weight: normal;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #00ad9f;
    border: 1px solid #00ad9f;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00ad9f;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 4px;
    top: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.custom_radio{
    display: inline-block;
    width: 100%;
}
.custom_radio p{
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    width: 100%;
    font-weight: normal;
}
/**** custom radio and checkbox ****/






.loginboxsetpage_cover{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.loginboxsetpage{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 960px;
    height: 488px;

    display: inline-block;
    /*width: 88%;*/
    /*-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);*/
    border-radius: 11px;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e2e2;
}

.loginboxset_left{
    display: inline-block;
    width: 40%;
    float: left;
    padding-top: 52px;
}
.loginboxset_left h3{
    display: inline-block;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #00ad9f;
    margin-bottom: 20px;
    margin-top: 18px;
    font-weight: 600;
}



.loginboxset_left h2{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 31px;
    margin-bottom: 27px;
    font-weight: 600;
}
.loginboxset_left .uk-alert.uk-alert-danger{
    color: #dc3545;
    font-size: 14px;
    margin-bottom: 4px;
    text-align: center;
}
.loginpagelogo{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.loginpagelogo img{
    width: 150px;
    display: inline-block;
}

.coverformsetall{
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.loginformsetbox{
    display: inline-block;
    width: 100%;
}
.loginformsetbox .form-group{
    position: relative;
}
.loginformsetbox .form-group img{
    width: 19px;
    position: absolute;
    top: 14px;
    left: 10px;
}
.loginformsetbox .form-group input{
    padding-left: 10px;
    height: 46px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    line-height: 1.5;
    padding-top: 8px;
}
.loginformsetbox .form-group input:focus{
    border-color: #00ad9f !important;
}
.loginformsetbox .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.loginformsetbox .form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
}
.loginformsetbox .form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
.loginformsetbox .form-group input:-moz-placeholder { /* Firefox 18- */
  color: #c3c3c3;
}

.lerboxsetiner{
    display: inline-block;
    width: 100%;
}
.lerboxsetiner .custom_checkbox{
    display: inline-block;
    float: left;
    width: auto;
}
.lerboxsetiner .custom_checkbox p{
    font-size: 14px;
    line-height: 1.5;
}
.lerboxsetiner a{
    display: inline-block;
    float: right;
    color: #000000;
    font-size: 14px;
    margin-top: 5px;

}

.loginbtnboxset{
    display: inline-block;
    width: 100%;
    margin-top: 28px;
}
.loginbtnboxset a{
    display: inline-block;
    width: 100%;
    background: #00ad9f;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.loginbtnboxset a:hover{
    background: #047f76;
}
.loginbtnboxset a img{
    width: 27px;
    position: absolute;
    top: 16px;
    right: 26px;
    transition:0.5s all !important;
}
.loginbtnboxset a:hover img{
    right: 15px;
    transition:0.5s all !important;
}




.loginbtnboxset button{
    display: inline-block;
    width: 100%;
    background: #00ad9f;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    border: 0 !important;
    cursor: pointer;
}
.loginbtnboxset button:hover{
    background: #047f76;
}
.loginbtnboxset button img{
    width: 27px;
    position: absolute;
    top: 16px;
    right: 26px;
    transition:0.5s all !important;
}
.loginbtnboxset button:hover img{
    right: 15px;
    transition:0.5s all !important;
}









.loginboxset_right{
    display: inline-block;
    width: 60%;
    float: left;
    background: #f8fcff;
    position: relative;
    text-align: center;
}
.rightlogosetbox{
    position: absolute;
    top: 22px;
    right: 0;
    width: 100%;
}
.rightlogosetbox img{
    width: 130px;
}
.rightlogosetbox h2{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    margin-top: 6px;
    font-weight: 600;
    color: #00ad9f;
}
.bgimgsetbox{
    width: 77%;
    margin-top: 68px;
    margin-bottom: 10px;
}

.copyrightboxsetpart{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.copyrightboxsetpart p{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    margin-bottom: 16px;
    color: #313131;
}



.labsuperadmin_cover{

}

.labadmin_cover{
    
}

.admin_cover{
    
}

.chemist_cover{
    
}


.loginerrortextset{

}
.loginerrortextset .uk-alert{
    display: inline-block;
    width: 100%;
}
.loginerrortextset .uk-alert-danger{
    display: inline-block;
    width: 100%;
}
.loginerrortextset .uk-alert-danger p{
    display: inline-block;
    width: 100%;
    color: #dc3545;
    font-size: 15px;
    margin-bottom: 10px;
}

.loginerrortextset .uk-alert-success{
    display: inline-block;
    width: 100%;
}
.loginerrortextset .uk-alert-success p{
    display: inline-block;
    width: 100%;
    color: #28a745;
    font-size: 15px;
    margin-bottom: 10px;
}


.forgotpassboxsetpart{

}
.forgotpassboxsetpart .forgopassboxset{
    margin-top: 10px;
}
.forgotpassboxsetpart .loginbtnboxset .backbtnsetboxlgn{
    margin-top: 25px;
}
.forgotpassboxsetpart .forgopassboxset .parsley-errors-list{
    padding-left: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.forgotpassboxsetpart .forgopassboxset .parsley-errors-list .parsley-required{
    display: inline-block;
    width: 100%;
    color: #dc3545;
    font-size: 15px;
    margin-top: 10px;
}   
.forgotpassboxsetpart .forgopassboxset .loginbtnboxset{
    margin-top: 8px;
}

.forgopassboxset{

}









.coverformsetall .alert {
    padding: 5px;
    font-size: 14px;
}








/* media queries */
@media (max-width: 1200px){
	
}
@media (max-width: 1199px){	
	.loginboxsetpage{
        width: 88%;
    }
}
@media (max-width: 1024px){
    .loginboxsetpage {
        position: relative;
    }   
    .loginboxsetpage_cover {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-width: 991px){
    .forgotpassboxsetpart .forgopassboxset {
        margin-top: 28px;
    }
    .coverformsetall {
        margin-top: 24px;
    }
    .loginbtnboxset{
        margin-top: 20px;
    }
    .coverformsetall{
        padding-bottom: 48px;
    }
    .loginpagelogo img {
        width: 145px;
    }
    .loginboxset_left h3{
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 25px;
    }
    .loginboxset_left h2{
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 21px;
    }
    .loginpagelogo img{
        display: inline-block;
    }
    .loginboxsetpage {
        width: 400px;
    }
    .loginboxset_left{
        width: 100%;
    }
	.loginboxset_right{
        display: none;
    }
}
@media (max-width: 767px){

}
@media (max-width: 479px){
    .loginboxsetpage{
        height: auto;
    }
    .loginboxsetpage {
        width: 100%;
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .loginboxsetpage {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 38px;
    }
}
@media (max-width: 414px){
    .loginboxset_left{
        padding-top: 25px;
    }
    .loginboxset_left h3 {
        font-size: 23px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .loginboxset_left h2 {
        font-size: 17px;
        margin-top: 18px;
        margin-bottom: 15px;
    }
    .coverformsetall {
        padding-bottom: 33px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .lerboxsetiner .custom_checkbox{
        width: 100%;
        text-align: left;
    }
    .lerboxsetiner a{
        float: left;
    }
}
@media (max-width: 360px){
	
}
@media (max-width: 320px){
	
}
/* media queries */











