
* {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

/*---------------------------------------------*/
a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #333333;
}




/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

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; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}



/*//////////////////////////////////////////////////////////////////
[ Utility ]*/


.link1 {
    font-size: 15px;
    color: #337ab7;
    line-height: 1.5;
}.link1:hover{
    color: #204d74;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;  
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;  
}

.wrap-login {    
    width: 100%;  
    padding:20px 0 85px 0;
    background: #fff;
}


/*------------------------------------------------------------------
[ Form ]*/

.login-form {
    width: 100%;
}

.login-form-title {
    padding-bottom: 50px;
    display: block;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}

.login-form-avatar {
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.login-form-avatar img {
    width: 100%;
}

.login-link{
    text-align: right;
    padding: 0 35px 0 0;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input {
    margin-bottom: 35px;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}


/*---------------------------------------------*/ 
.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    pointer-events: none;
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input-group>.input-group-addon+.input-group-addon-line+.form-control+.focus-input{    
    left: 90px;
}
.input-group>.input-group-addon{
    position: relative;
    min-width: 90px;
    padding:0 5px 0 0;
    font-size: 16px;
    color: #999999;
    border: none;
    height: 32px;
    background: transparent;
    text-align: right;
    pointer-events: none;
}
.input-group>.input-group-addon+.input-group-addon-line{
    border-left: 1px solid #aaa;
    position: absolute;
    height: 32px;
    top: 10px;
    left: 90px;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login-form-btn {
    margin: 50px 0 35px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-form-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #337ab7;
    border-radius: 25px;

    box-shadow: 0 10px 30px 0px rgb(51, 122, 183);
    -moz-box-shadow: 0 10px 30px 0px rgb(51, 122, 183);
    -webkit-box-shadow: 0 10px 30px 0px rgb(51, 122, 183);
    -o-box-shadow: 0 10px 30px 0px rgb(51, 122, 183);
    -ms-box-shadow: 0 10px 30px 0px rgb(51, 122, 183);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-form-btn:hover  {
    background-color: #204d74;
    box-shadow: 0 10px 30px 0px rgb(32, 77, 116);
    -moz-box-shadow: 0 10px 30px 0px rgb(32, 77, 116);
    -webkit-box-shadow: 0 10px 30px 0px rgb(32, 77, 116);
    -o-box-shadow: 0 10px 30px 0px rgb(32, 77, 116);
    -ms-box-shadow: 0 10px 30px 0px rgb(32, 77, 116);
}
.footer-fix {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right:  0;
    left:   0;
    padding-top: 12px;
    z-index: 1200;
    -webkit-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.2);
}

/* overridding bootstrap css */

.form-group {
    height: 72px;
    margin-bottom: 35px;
    width: 100%;
    position: relative;
}

.form-control {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;

    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;    
    border-bottom: 2px solid #d9d9d9;


    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-amount {
    background-color: transparent;
    background-image: none;
    border-radius: 5px;
    line-height: 1.5;
    width: 160px;
    color: #555555;
    border: 2px solid lightblue;

}
.form-control-amount:focus {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus { 
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #337ab7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-control:focus + .focus-input {  
    color: #337ab7;
    top: -20px;
    font-size: 15px;
}

/*.form-control:focus + .focus-input {
    width: 100%;
}*/

.has-val.form-control ~ .focus-input:first-of-type {  
    top: -20px;
    font-size: 15px;
}

/*.has-val.form-control + .focus-input {
    width: 100%;
}*/
.form-horizontal .control-label {
    text-align: left;
}
.form-control[disabled]{
    background-color: transparent;
    border-bottom: none;
}
.field-spouseinformation-uploadfile,.field-memberinformation-uploadfile,.field-corporateinformation-uploadfile{
    height: 300px;
}

ul.list-icon {
    list-style-image: url(../images/icons/tick.png);
    padding: 5px;
}ul.list-icon>li{
    line-height: 22px;
    padding: 5px 0 5px 0;
}

@media(max-width:1300px) {
    .login-form-title{
        padding-bottom: 20px;
        font-size: 20px;
    }
    .login-form-avatar{
        margin-bottom: 45px;
        width:110px !important;
    }
    .form-group{
        margin-bottom: 18px;
    }
    .wrap-login{
        padding: 0px;
    }
    .container-login-form-btn{
        margin: 0px;
    }
    .footer-fix{
        position: static;
    }
    .login-form-avatar{
        width: 150px;
    }
    .container-login{
        min-height: calc(100vh - 50px);
    }
    /*--------------------*/
}

.corp-update-title{
    transform: translateY(-40px);
}
.corp-asig-hr-big{
    margin: 0; border-color: grey; width: 200px; 
}
.corp-asig-hr-small{
    margin-left: 0; border-color: grey; width: 200px; 
}
.passwordandotp{
    position:relative;
}
.getotpclass{
    position: absolute;
    right: 16px;
    bottom: 100px;
    top:60px
}