#login_popup {
    width: 320px; background-color: rgba(255, 243, 224, 0.85);margin-top: 180px !important;
}
.modal-full .modal-content {
    overflow-x: visible;
    overflow-y: visible;
    min-height: 550px !important;
}
.login_icon {
    height: auto !important;
    margin-top: -46px !important;
}
#informationOut {background-color: transparent; border:none;margin-top:0;padding:0;}
.form-group {
    border-bottom: 1px solid #5a4d44;margin-top: 20px;
}
.login_item {max-width: 100%;}
.login-btn {
    line-height: 30px;
    border-radius: 30px;
    background-color: #936a4e !important;
    font-size: 18px;
    font-weight: bold;
    color: white;
    max-width: 100%;
    margin-top: 16px;
}
.regFontAwIcon {
    display: none;
}
button i.flagstrap-icon {
    display: none;
}
.lang-sel {
    margin-top: 30px;
}
.lang-sel button {
    background-color: #5a4d44 !important;
    line-height: 30px;
    border-radius: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 10px;
}
.dropdown-toggle::after {
    color: white;
    margin-top: 14px;
}
.login_item input {
    margin: 0;
    border-bottom: none;
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    height: 40px;
    color:#5a4d44;
}
.custom-input>.form-control {
    padding-left: 0;
}
.login_item input:focus {
    border: none;
    color:#5a4d44;
}
.login_item input::placeholder {
    font-size: 14px;
    color:#5a4d44;
}
@media only screen and (max-width:640px) {
    #login_popup {
        margin-top: 80px !important;
    }
}
@media only screen and (min-width:640px) {
    #login_popup {
        width: 70% !important;
    }
}