/*---_login_bx.css---*/

.login_mainbx {
    margin: 5% auto;
    position: relative;
    max-width: 480px;
}

.lg_accpge {
    background-color: #ffffff;
    padding: 7px;
    border-radius: 8px;
    margin: 20px 50px;
}

.log_cntbx {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.mg_top {
    top: 30px;
}

._base_btnbx {
    position: relative;
    min-width: 100%;
    color: white;
    font-weight: bold;
    background: #61ac7c;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 17px;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.text_center {
    text-align: center;
}

.mg_setbx {
    margin-top: 20px;
}

h6._lgin_text {
    font-size: 25px;
    font-weight: 600;
    color: #636965;
}

.logo_txt {
    color: #2b3d51;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    bottom: 20px;
}

.mg_top_10 {
    margin-top: 10px;
}

.pad_20 {
    padding: 20px !important;
}

.fd_pwdhref {
    position: absolute;
    right: 20px;
    display: block;
    font-weight: 900;
    color: #828884;
}

.fd_pwdhref:hover {
    color: #F44336;
}

.fd_pwdhref:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F44336;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fd_pwdhref:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.row_bx {
    margin-right: -10px;
    margin-left: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.div_bxcl {
    margin-bottom: 1rem;
    position: relative;
}

.div_bx12 {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

.text_bx_disp {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 15px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 0;
    font-family: inherit;
}

lable._lble_124 {
    position: relative;
    bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
    color: #848a86;
}

._loder_disbx {
    animation: colorchange 50s;
    /* animation-name followed by duration in seconds*/
    /* you could also use milliseconds (ms) or something like 2.5s */
    -webkit-animation: colorchange 50s;
    /* Chrome and Safari */
}

@keyframes colorchange {
    0% {
        background: red;
    }
    25% {
        background: yellow;
    }
    50% {
        background: blue;
    }
    75% {
        background: green;
    }
    100% {
        background: red;
    }
}

@-webkit-keyframes colorchange
/* Safari and Chrome - necessary duplicate */

{
    0% {
        background: red;
    }
    25% {
        background: yellow;
    }
    50% {
        background: blue;
    }
    75% {
        background: green;
    }
    100% {
        background: red;
    }
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
    font-weight: 500;
    font-family: sans-serif;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
    font-weight: 500;
    font-family: sans-serif;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
    font-weight: 500;
    font-family: sans-serif;
}

 :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
    font-weight: 500;
    font-family: sans-serif;
}

._base_btnbx {
    position: relative;
    min-width: 100%;
    color: white;
    font-weight: bold;
    background: #ef3238;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 17px;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.mg_top {
    top: 30px;
}

span.span_error {
    position: absolute;
    right: 30px;
    top: 40px;
    font-weight: 600;
    color: red;
    font-size: 14px;
}

input.text_bx_disp.err_bx {
    border: 2px solid red;
}

div#lgn-msg_cnt-scs {
    font-size: 14px;
    background-color: #339965;
    padding: 11px 17px;
    position: absolute;
    display: none;
    width: 80%;
    text-align: center;
    border-radius: 3px;
    right: 10%;
    top: -50px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

div#lgn-msg_cnt-err {
    font-size: 14px;
    background-color: #ff3622;
    padding: 11px 17px;
    position: absolute;
    display: none;
    width: 80%;
    text-align: center;
    border-radius: 3px;
    right: 10%;
    top: -50px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.spinner {
    margin: 0;
    width: 100%;
    text-align: center;
}