.modal-content {
    min-height: 300px;
}
.modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_modal {
    width: 100%;
    text-align: center;
}
.first_page .header {
    margin-bottom: 15px;
}
.first_page .header .vip {
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first_page .header .vip .image {
    margin-right: 5px;
}
.first_page .header .vip .vip_login {
    margin-bottom: 3px;
}
.first_page .header .header_second_line {
    text-align: center;
    margin-left: 10px;
}
.first_page ul.login_methods {
    margin: 0 0 0 10px;
    padding: 0px;
    display: flex;
    justify-content: center;
    list-style: none;
}
.first_page ul.login_methods li.login_method .login_button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0px none;
    outline: none;
}
.first_page ul.login_methods li.login_method .login_button .login {
    font-size: 14px;
    background-color: #e50020;
    color: #fff;
    margin: 0 20px;
    padding: 5px 30px;
    border-radius: 5px;
    display: inline-flex;
}

.first_login_method {
    display: block;
}

.first_login_method .header {
    color: #adadad;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first_login_method .header .image {
    margin-right: 5px;
}
.first_login_method .header .header_word {
    margin-bottom: 3px;
}
.first_login_method .login_input {
    margin-bottom: 8px;
}
.first_login_method .login_input input.input {
    width: 90%;
    margin-bottom: 12px;
    padding: 8px 16px;
    border: solid 1px #adb5bd;
    border-radius: 5px;
}
.first_login_method ul.buttons {
    font-size: 14px;
    padding: 0px;
    list-style: none;
}
.first_login_method ul.buttons li.login .button {
    width: 90%;
    background-color: #e50020;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 12px;
    border: solid 1px #f50;
    border-radius: 4px;
    outline: none;
}
.first_login_method ul.buttons li.back .button {
    width: 90%;
    background-color: #fff;
    color: #e50020;
    padding: 5px 20px;
    margin-bottom: 12px;
    border-radius: 4px;
    outline: none;
}
.first_login_method ul.buttons li.or {
    width: 90%;
    line-height: 0.1rem;
    color: #adb5bd;
    margin: 10px 0 30px 22px;
    border-bottom: 1px solid #adb5bd;
    text-align: center;
}
.first_login_method ul.buttons li.or span {
    background-color: #fff;
    padding: 0 10px;
}
.first_login_method ul.buttons li.register .registration_button {
    width: 90%;
    background-color: #fff;
    color: #e50020;
    padding: 5px 20px;
    border: solid 1px #e50020;
    border-radius: 5px;
    outline: none;
}
.second_login_method {
    display: none;
}
.second_login_method .header {
    color: #adadad;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.second_login_method .header .image {
    margin-right: 5px;
}
.second_login_method .header .header_word {
    margin-bottom: 3px;
}
.second_login_method .login_input {
    margin-bottom: 8px;
}
.second_login_method .login_input input.input {
    width: 90%;
    margin-bottom: 12px;
    padding: 8px 16px;
    border: solid 1px #adb5bd;
    border-radius: 5px;
}
.second_login_method ul.buttons {
    font-size: 14px;
    padding: 0px;
    list-style: none;
}
.second_login_method ul.buttons li.login button {
    width: 90%;
    background-color: #e50020;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 12px;
    border: solid 1px #f50;
    border-radius: 4px;
    outline: none;
}
.second_login_method ul.buttons li.back button {
    width: 90%;
    background-color: #fff;
    color: #e50020;
    padding: 5px 20px;
    margin-bottom: 12px;
    border-radius: 4px;
    outline: none;
}
.specialized_plan {
    font-size: 10px;
    color: #101820;
    position: absolute;
    bottom: 3px;
    left: 8px;
}
