﻿body {
}

.login_page {
    height: 100vh;
    background-image: url("../../images/background-iu.jpg");
    background-color: ghostwhite;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_background {
    background-color: rgb(128, 128, 128, 0.5);
    height: 100vh;
}

.login_wrapper {
    display: flex;
    justify-content: center;
}

.login_content {
    width: 450px;
    background-color: white;
    padding: 55px 55px 37px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 4px 6px rgb(133,127,127,.5);
}

.login_form {
}

.form_group_control {
    margin-top: 20px;
}

.form_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #2e3192;
}

.form_title_des {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: rgb(0, 0, 0, .5);
    padding-bottom: 10px;
}

.form_logo {
    text-align: center;
}

    .form_logo img {
        height: 100px;
        width: 100px;
    }

.form_group_control button {
    padding: 10px 20px;
}




/* register page */

.btn-submit-register button {
    width: 70%;
    padding: 10px;
}

.btn-submit-register a {
    width: 70%;
    padding: 10px;
    margin-top: 10px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: inherit;
        padding-left: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
    }

.ieltview {
    display: none;
}

.toeflview {
    display: none;
}

.viewChungChi {
    display: none;
}

.viewGiaiThuong {
    display: none;
}

.viewact {
    display: none;
}

.viewsat {
    display: none;
}
