.myLimiter{
    width: 100%;
    margin: 0 auto;
}
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #284839;

    background: -webkit-linear-gradient(bottom, #4e73df, #4e73df );
    background: -o-linear-gradient(bottom, #4e73df, #4e73df  );
    background: -moz-linear-gradient(bottom, #4e73df, #4e73df );
    background: linear-gradient(bottom,#4e73df, #4e73df );
    position: relative;
    z-index: 1;
}
/* .container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/img-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.wrap-login {
    width: 450px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.p-r-50 {
    padding-right: 50px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-t-77 {
    padding-top: 77px;
}
.login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-b-55 {
    padding-bottom: 55px;
}

.login-form-title {
    font-family: "Century Gothic";
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
}
.m-b-16 {
    margin-bottom: 16px;
}
.wrap-input {
    position: relative;
    width: 100%;
    z-index: 1;
}
.validate-input {
    position: relative;
}
input{
    outline: none;
    border: none;
}
.cont-input {

    font-family: "Century Gothic";
    font-size: 18px;
    line-height: 1.2;
    color: #686868;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 62px;
    border-radius: 3px;
    padding: 0 30px 0 65px;
}
.focus-cont-input {
    display: block;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(211,63,141, 0.6);
}
.symbol-cont-input {
    font-size: 24px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 23px;
    padding-bottom: 5px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lnr-envelope:before {
    content: "\e818";
    /* content: "\f338"; */
}

.m-l-4 {
    margin-left: 4px;
}
.input-checkbox {
    display: none;
}
.label-checkbox {
    font-family: "Century Gothic";
    font-size: 16px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #284839;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-t-25 {
    padding-top: 25px;
}
.container-login-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
.login-form-btn {
    font-family: "Century Gothic";
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 62px;
    border-radius: 3px;
    background: #4e73df;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.p-t-42 {
    padding-top: 42px;
}
.p-b-22 {
    padding-bottom: 22px;
}
.w-full {
    width: 100%;
}
.text-center {
    text-align: center!important;
}
.txt1 {
    font-family: "Century Gothic";
    font-size: 16px;
    color: #999999;
    line-height: 1.4;
}
.m-b-10 {
    margin-bottom: 10px;
}
.btn-face, .btn-google {
    font-family: "Century Gothic";
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-face {
    color: #3b5998;
}
.fa-facebook-official:before {
    content: "\f230";
}
.btn-google {
    color: #555555;
}
.btn-google img {
    width: 19px;
    margin-right: 10px;
    padding-bottom: 1px;
}
.p-t-115 {
    padding-top: 50px;
}
.bo1 {
    border-bottom: 1px solid #999999;
}
.hov1:hover{
    color: #284839;
}
