
html,
body {
    width: 100%;
    min-height: 100%;
    font-size: 12px;
}

body {
    color: #777;
    font-family: PingFangSC-Regular,PingFang SC;
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: linear-gradient(to bottom, #AEE98B, #6AC335);
}
/* weights */

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}
/* Spacements */
.m-none {
    margin: 0 !important;
}
.mt-lg {
    margin-top: 20px !important;
}
.mt-xl {
    margin-top: 25px !important;
}
.mb-lg {
    margin-bottom: 20px !important;
}
.mr-xs {
    margin-right: 5px !important;
}

.error {
    color: #B94A48;
    margin-top: 2px;
    position: absolute;
}
.backround{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;top:0px;bottom:0px;
    z-index:-1;
}
.backround img{
    height: 100%;
}

/*logo*/
.logo{
    padding:10px 0px;
    width: 100%;
    text-align: center;
}
.logo img{
    width: auto;
}

/* Sign Screens - Wrappers */
.body-sign {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
    float: right;
    margin-right: 100pt;
}
.body-sign .center-sign {
    display: table-cell;
    padding-top: 20px;
    vertical-align: middle;
}
.body-sign .panel-sign {
    overflow: hidden;
    padding:20px 40px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 24px 0px rgba(0,0,0,0.1);
    border-radius:15px;
}
.welconme{
    margin:0px;
    height: 22px;
    width: 100%;
    float: left;width: 100%;
    margin-top: 8px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin-bottom: 40px;
}
.welconme span{
    color:#6AC335;
}

.body-sign  .form-group{
    margin-bottom: 24px;
    position: relative;
}
/* Sign Screens - Elements */
.body-sign .input-group-icon .input-group-addon i {
    width: 14px;
}
.body-sign .checkbox-custom {
    margin-top: 8px;
}
/*.body-sign .line-thru {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
}
.body-sign .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}
.body-sign .line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}
.body-sign .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}*/

/* Form - Input Override */
.input-lg {
    border-radius: 4px;
}
/* Form - Group Override */
.form-group:after {
    clear: both;
    display: block;
    content: '';
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 0;
}

/* Form - Input Icon */
.input-group-icon{
    width: 100%;
    table-layout: fixed;
}

.input-group-icon input.form-control{
    font-size: 1.2rem;
    padding-right: 36px;
    height: 48px;
    background: rgba(248,248,248,1);
    border-radius: 24px !important;
    box-shadow: none;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child{
    border-radius: 4px;
}

.input-group-icon .input-group-btn {
    border-radius: 500px;
    width: 0;
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child {
    border-radius: 500px;
}

.input-group-icon .input-group-btn button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    z-index: 3;
    background: transparent;
}

.input-group-icon .input-group-btn button:active{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button{
    left: auto;
    right: 0;
}

.input-group-icon .input-group-btn + input.form-control{
    padding-right: 12px;
    padding-left: 36px;
}

.input-group-icon .input-group-addon{
    position: relative;
    padding: 0;
    border: 0 none;
    width: 0;
}

.input-group-icon .input-group-addon span.icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 3;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 6px 12px;
    background: transparent;
    line-height: 1.42857143;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: none;
}

.input-group-icon .input-group-addon span.icon.icon-lg{
    padding: 10px 14px;
    font-size: 18px;
}

.input-group-icon .input-group-addon:last-child span.icon{
    left: auto;
    right: 0;
}

.input-group-icon .input-group-addon + input.form-control{
    padding-right: 12px;
    padding-left: 36px;
}

/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.checkbox-custom:last-child{
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.checkbox-custom label + label.error {
    display: block;
}
.panel-sign .btn{
    background: linear-gradient(to bottom, #AEE98B, #6AC335);
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 32px;
    color:#fff;
    box-shadow: none;
    border:none;
}
.panel-sign .btn:hover{

}

.KeepOnRecord{
    position: absolute;
    right: 70px;
    bottom:20px;
    height:20px;
    font-size:12px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:20px;
    word-break: normal;
}
