/*********************************
    General
**********************************/

body,
html {
    height: 100%;
}

@font-face {
    font-family: 'Champions-Bold';
    src: url(../fonts/Champions_Bold_0.ttf);
}

@font-face {
    font-family: 'Champions';
    src: url(../fonts/Champions_Regular_0.ttf);
}

@font-face {
    font-family: 'fontsChampions-ExtraBold';
    src: url(../fonts/Champions_ExtraBold_2.otf);
}

label {
    color: #fff;
}

.img-button:hover {
    opacity: 0.7;

}

.img-button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

.white {
    color: #fff;
}

body.student {
    /*color: #174d90;*/
    /*font-family: 'fontsChampions', 'Anton', 'Signika', 'Francoiis One';*/
    font-family: 'Nanum Pen Script', cursive;
    margin-top: 30px;
    background-image: url("../images/bg1.jpg");
    font-size: 20px;
}

.middle {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}

.mobile {
    display: none;
}

main {
    background-image: url("../images/bac_main.png");
    background-size: 100% 100%;
    /*margin-right: -30px;
    padding-right: 30px;*/
    position: relative;
}

#boy {
    position: absolute;
    right: -25px;
    top: 25px;
}

.section {
    padding-left: 5%;
    padding-right: 5%;
}

.title_section {
    color: #fff;
    border-bottom: 2px dotted #000;
}

/**********************************/

/**header **/

#header {
    font-family: 'Nanum Pen Script', cursive;
}

.title {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    height: 202px;
    text-align: center;
    width: 65%;
}

.title h1 {
    color: #fff;
    font-size: 68px;
}

.title h3 {
    color: #ffcc00;
    font-size: 28px;
    margin-top: 5px;
}

#logo {
    display: inline-block;
    margin-top: -27px;
}

/** Section 1 **/

#section-left {
    border-right: 4px groove #4f87be;
    /*margin: 15px 0;*/
}

#section-left img {
    margin: 25px auto;
}

/** Section 2 **/

.width_50 {
    width: 50%;
}

#section-right {
    /*margin: 15px 0;*/
}

#section-right h1 {
    color: #fff;
}

#Thanks {
    display: none;
}

.form-group {
    border-radius: 15px;
}

.form-control {
    font-size: 20px;
}

#send {
    width: 50%;
    margin: 10px auto;
    background-color: #e20613;
    border: #e20613;
    font-size: 25px;
    line-height: 0;
    color: #fff;
    border-radius: 15px;
}

.my-button {
    font-size: 25px;
    line-height: 0.8;
    color: #fff;
    border-radius: 15px;
    padding: 6px 20px;
}

#send[disabled], .my-button[disabled] {
    opacity: 0.5;
}

.red-button {
    background-color: #139d9a;
    border: #139d9a;
    color: #fff;
}

/*.div_send {
    background-image: url("../images/send.png");
    background-size: cover;
}*/

.more {
    color: #cccccc;
    font-size: 20px;
}

#more {
    margin-right: 10px;
}

.forgot {
    color: #000;
    text-align: center;
    font-size: 17px;
    display: block;
}

a:focus,
a:hover {
    color: #ffcc00;
}

/** footer **/

#footer {
    background-color: #e0e0e0;
    margin: 0;
    /*margin-right: -10px;*/
    font-family: champions;
    color: #000;
    font-size: 12px;
    padding: 0;
}

#footer img {
    display: inline-block;
}

.right {
    float: right;
}

.left {
    float: left;
}

.line {
    border-left: 1px solid #b7b8b9;
}

.text {
    margin-left: 33%;
    text-align: center;
    margin-bottom: 0;
}

input,
select {
    font-family: serif;
}

label {
    font-size: 23px;
}

.submit:hover,
.submit:focus,
.submit.focus {
    color: #333 !important;
    text-decoration: none;
}

/** modal-form **/

.modal-body {
    /*position: initial;*/
    /*display: inline-block;*/
}

/** on click student **/

.modal-content {
    background-color: #1b478e;
}

.modal_form_student {
    padding: 0 15px;
}

/** on click school **/

.modal-body .title_img {
    width: 70%;
    margin-left: 25%;
}

.modal-body #logo {
    left: -5%;
    position: absolute;
    top: 7%;
    width: 25%;
}

.modal_form_school .form-group {
    border-radius: 15px;
    width: 49%;
    display: inline-block;
}

.close {
    opacity: 1;
    color: #fff;

}
button.close {
 z-index: 2;
    position: absolute;
    right: 0px;
}
.modal-body .border-bottom {
    color: #d1c7a8;
}

.modal-body .btn-success {
    font-size: 35px;
    width: 40%;
    margin: 0 auto;
    display: block;
    padding: 4px;
    line-height: 1;
}

.modal-body .steps {
    margin-top: 40px;
}

.modal-body .steps .progress-m {
    margin-bottom: 0em;
}

.swal2-popup.swal2-modal.swal2-show {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    #logo {
        width: 20%;
    }

    #header {
        padding: 0 15px;
    }

    .title h1 {
        font-size: 58px;
    }

    .title h3 {
        font-size: 25px;
    }

    #boy {
        top: 20%;
        width: 27%;
    }
}

@media screen and (max-width: 768px) {
    main {
        background-size: cover;
        background-color: #0c4390;
        border-radius: 15px 15px 0 0;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .title {
        width: 100%;
        display: block;
        height: auto;
    }

    .title h1 {
        font-size: 13vw;
        /*margin-top: 50px;*/
    }

    #logo {
        width: 35%;
    }

    #section-left {
        border-right: none;
        margin: 15px 10px;
    }

    #section-right {
        text-align: center;
    }

    .width_50 {
        width: 100%;
    }

    .more,
    .forgot {
        color: #fff;
    }

    .form-control {
        height: 44px;
    }

    #footer .text-right {
        text-align: center;
    }

    #footer img {
        width: 32%;
    }

    .text {
        margin-left: 0;
        margin-bottom: 10px;
    }

    #boy {
        top: 3%;
        width: 26%;
        right: 5px;
    }

    #header {
        padding: 0 15px;
        width: 80%;
    }
}