form[name="registerformpopup"] .vortex-auth-popup-field {
    margin: 0 0 20px;
}

form[name="registerformpopup"] .vortex-auth-input,
form[name="registerformpopup"] .vortex-auth-select,
.learn-press-form select.vortex-auth-select {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}

form[name="registerformpopup"] .vortex-auth-input:focus,
form[name="registerformpopup"] .vortex-auth-select:focus,
.learn-press-form select.vortex-auth-select:focus {
    border-color: #2f74ff;
}

#thim-popup-login .thim-popup-inner {
    align-items: flex-start !important;
}

#thim-popup-login .thim-login,
#thim-popup-login .thim-register {
    height: auto !important;
    min-height: 0 !important;
}

#thim-popup-login .thim-login .title,
#thim-popup-login .thim-login h3,
#thim-popup-login .thim-login h4 {
    line-height: 1.45 !important;
    overflow: visible !important;
}

.learn-press-form select.vortex-auth-select {
    appearance: auto;
}
