/**
 * used this css in login process.
 */
* { padding: 0; margin: 0; }
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: ;
	height:100%;
	font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
}

.login-box .col-sm-12{ padding-left:0px; padding-right:0px;}
.login-box {}

.login-box-body {
  padding: 20px 20px 0px 20px;
  border-top: 0;
  
}
.login-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
.login-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	height:80px;
	
    
}

.login-footer {
    background:#E9E9E9;
    width:100%;
    padding: 10px;
    text-align:center;
    bottom: 0;
    position: fixed;
}
.login-data {}
.quote:before {
    content: open-quote;
}
.quote:after {
    content: close-quote;
}
.login-box label{ font-size:14.5px; font-weight:500; margin-bottom:0px;}
input[type='password'], input[type='text'] {font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;border:none !important; border-bottom: 1px solid #555555 !important;box-shadow: none !important; font-size:14.4px !important; font-weight:400;}
.btn-sign{background-color: #0460cd;font-size: 16px; color:#fff; font-weight:500;}
.btn-sign:hover{background-color: #0453bc;color:#fff;}
.help-block{position: absolute;margin-top: 0px;margin-bottom: 0px;font-size: 13px;text-transform: lowercase;text-align: right;width: 100%;}
a.btn{ color:#0453bc} a.btn:hover{ color:#0460cd; text-decoration:underline;}

.icheckbox_square-blue, .iradio_square-blue {display: inline-block;*display: inline;vertical-align: middle;padding: 0;width: 21px;height: 21px;border: none;   cursor: pointer;}
.icheckbox_square-blue {background-image:url(../images/check-bg.png);}
.icheckbox_square-blue.hover {border:1px solid #ff000;}
.icheckbox_square-blue.checked {background-image:url(../images/check-active.png);}
.icheckbox_square-blue.checked:after {border: 1px solid #00c269;}
.icheckbox_square-blue.disabled {border: 1px solid #ccc;}
.icheckbox_square-blue.checked.disabled {border: 1px solid #ddd;}

.iradio_square-blue {background-image:url(../images/radio-bg.png);margin: 0 5px;}
.iradio_square-blue.hover {border:1px solid #ff000;}
.iradio_square-blue.checked { background-image:url(../images/radio-active.png); }
.iradio_square-blue.checked:after {border: 1px solid #00c269;}
.iradio_square-blue.disabled {border: 1px solid #ccc;}
.iradio_square-blue.checked.disabled {border: 1px solid #ddd;}

#selectcompany-org_id label {
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    text-align: left;
    width: 100%;
    background-color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: 1px solid rgba(167,182,209,.55) !important;
    margin-bottom: 12px;
    margin-top: 12px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.07);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 3px;
    outline: none;
    text-decoration: none;
}

.login-box {width: 100%;}
.login-box, .register-box{ margin:0px !important}	
 
