.popupContainer {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 60px;
    background: #fff;
}



#modal_trigger {
    margin: 40px auto;
    width: 200px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.btn-back:hover {
    background: #fff;
}

.btn-back {
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(17, 24, 39, 0.075);
}

.one_half {
    width: 50%;
    display: block;
    float: left;
}

.one_half.last {
    width: 45%;
    margin-left: 5%;
}

/* Popup Styles*/

.popupHeader {
    font-size: 16px;
    text-transform: uppercase;
}

.popupHeader {
    background: #f4f4f2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #e4e4e2;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
}

.popupBody {
    padding: 20px;
}

/* Social Login Form */

.social_login .social_box {
    display: block;
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.centeredText {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #6e83adf5;
}

.action_btns {
    margin-left: -3px;
    clear: both;
    overflow: hidden;
}

.action_btns a {
    display: block;
}

.user_login label {
    display: block;
    margin-bottom: 5px;
}

.user_login input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

.user_login input[type="checkbox"] + label {
    float: left;
}

.user_login .checkbox {
    clear: both;
    overflow: hidden;
}

.forgot_password {
    display: block;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #5c5ea7;
}

.forgot_password:hover {
    color: #4d4d9c;
}

/* User Register Form */

.user_register {
    display: none;
}

.user_register label {
    display: block;
    margin-bottom: 5px;
}

.user_register input[type="checkbox"] {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    margin-left: 3px;
}

.user_register input[type="checkbox"] + label {
    float: left;
}

.user_register .checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.from-control-input {
    border: 1px solid #80a0bf !important;
}

.modal-content {
    border-left: 8px solid #9c9dcd;
}

.home-page {
    border-bottom: 3px ridge rgba(241, 248, 255, 0.251) !important;
}

.error {
    /* background: #f75959 !important; */
    border: 5px #d51010 !important;
}
