@font-face {
    font-family: 'iconic';
    src: url("../fonts/iconic.eot");
    src: url("../fonts/iconic.eot?#iefix") format("embedded-opentype"), url("../fonts/iconic.woff") format("woff"), url("../fonts/iconic.ttf") format("truetype"), url("../fonts/iconic.svg#iconic") format("svg");
    font-weight: normal;
    font-style: normal
}

#overlay {
    display: none;
    background: #000000bd;
    height: 100%;
    left: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.login-popup {
    display: none;
    float: left;
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    background: #ffffff;
    border-radius: 4px;
}

.login-popup .close-btn {
    text-decoration: none;
    color: #B9B9B9;
    font-size: 16px;
}

.login-popup .close-btn:before {
    font-family: 'iconic';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\22"
}

.login-popup .hide-login {
    display: none
}

.login-popup .inline {
    display: inline
}

#form p.message {
    display: none
}

.section-container{
    padding: 25px 45px;
}

.yen-log-btn{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #646AA2;
    padding: 10px 30px;
    border-radius: 4px;
}

.yen-log-btn:hover{
    color: #31aedf;
    border: 1px solid #31aedf;
}

.yen-reg-btn{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: #35AFDC;
    border: 1px solid #35AFDC;
    padding: 10px 30px;
    border-radius: 4px;
    margin-left: 10px;
}

.yen-reg-btn:hover{
    background: #2d9dce;
    color: #FFFFFF;
}

.ast-header-html-2 .ast-builder-html-element p{
    display: none;
}

.form-title {
    font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #191919bd;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group input.input{
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #7d7d7d !important;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: transparent;
    outline: unset;
    box-shadow: unset !important;
    border-color: #E1E1E1 !important;
}

.yen-popup-opened {
    overflow: hidden;
}

.group input.input:focus {
    border-color: #E1E1E1;
    border-bottom: 2px solid #35AFDC !important;
}

.group p{
    margin-bottom: 20px;
}

.yen-wp-submit{
    background: #31aedf !important;
    width: 100% !important;
    height: 40px !important;
    padding: 5px !important;
    color: white !important;
    border-radius: 4px !important;
}
.yen-wp-submit:hover {
    background: #2d9dce !important;
}
.dont{
    display: flex;
    justify-content: center;
    font-size: 13px;
}
.forgoten-pass{
    text-align: center;
    color: #31AEDF;
    font-size: 13px;
    margin-top: 5px;
}
.forgoten-pass a{
    color: #31AEDF;
}
.forgoten-pass a:hover{
    color: #31AEDF;
}
.reg-popup{
    margin-left: 20px;
    color: #31AEDF;
    text-decoration: underline;
}
.reg-popup:hover {
    color: #31AEDF;
}
.message {
    font-size: 13px;
    text-align: center;
}
.message.error{
    color: red;
}
.message.success{
    color: #1B9C5C;
}
#login .message{
    margin-top: 15px;
    margin-bottom: 0;
}

.group ::placeholder {
    color: #7d7d7d8d;
    opacity: 1;
}

.group :-ms-input-placeholder {
    color: #7d7d7d8d;
}

.group ::-ms-input-placeholder {
    color: #7d7d7d8d;
}

.yen-log-content .agr-recaptcha-wrapper{
    transform: scale(1.0222222);
    transform-origin: 0 0;
    padding-top: 0px;
    padding-bottom: 20px;
}

.privacy-row {
   position: relative;
}

.privacy-row input {
    margin-right: 5px;
}

.privacy-row label.privacy{
    font-size: 14px;
    line-height: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 20px;
}

.privacy-row label.privacy a{
    margin-left: 4px;
}

#privacy-error{
    position: absolute;
    left: 0;
    top: 24px;
}