body {
    background-color: #eef2f4;
    color: #29324e;
    font-size: 16px;
}
/* Login */
.cat__pages__login--fullscreen {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
.cat__pages__login {
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f2f4f8;
}
.cat__pages__login__header {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    color: #ffffff;
    padding: 2.85rem;
}
a {
    text-decoration: none;
    color: orange;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color: #29324e;
}
.cat__pages__login__header__menu {
    text-align: right;
    margin-top: 0.71rem;
}
.cat__pages__login__header__menu ul {
    font-size: 1.14rem;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.cat__pages__login__header__menu ul li {
    margin-right: 1.42rem;
    text-transform: uppercase;
}
.list-inline-item {
    display: inline-block;
}
.cat__pages__login__block {
    padding: 5.71rem 2.85rem 5.71rem;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    z-index: 2;
}
.cat__pages__login__block__promo {
    padding: 0 0 4.28rem;
    max-width: 57.14rem;
    font-size: 1.14rem;
    line-height: 1.85rem;
    text-align: center;
    margin: 0 auto;
}
.cat__pages__login__block__inner {
    min-width: 21.42rem;
    max-width: 40.71rem;
    margin: 0 auto;
    padding: 1.42rem 2.85rem ;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}
.text-white {
    color: #fff!important;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h4, h4 {
    font-size: 1.8rem;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.cat__pages__login__block__promo {
    padding: 0 0 4.28rem;
    max-width: 57.14rem;
    font-size: 1.34rem;
    line-height: 1.85rem;
    text-align: center;
    margin: 0 auto;
}
.cat__pages__login__block__form {
    position: relative;
    z-index: 2;
}
.form-group {
    margin-bottom: 1rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: normal;
    font-size: 1.34rem;
}
.reset-link {
    margin: 10px 0;
    font-size: 1.34rem;
}
.register-link {
    margin: 10px 0;
    font-size: 1.34rem;
}
.lang-dropdown{
    text-transform: capitalize;
}
.lang-dropdown a{
    cursor: pointer;
}
.lang-dropdown .dropdown-menu{
    min-width: auto;
}
.login-footer {
    margin: 1rem 0;
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase;
}
.alert-danger {
    border: 1px solid red;
    background: #ff4a3b;
    color: #fff;
}
.alert {
    font-size: 1.34rem;
    border-radius: 4px;
    padding: 6px 12px;
}
.text-danger {
    color: red;
}
#resend_button{
    cursor: pointer;
}