/*
* Main Css
*/
body{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.main{
    height: 100vh;
    overflow: hidden;
}
.pd-0{
    padding: 0;
}
.align-center{
    align-items: center;
}


/*
* page
*/
.ev_cnt_1{
    bottom: 0;
    width: 100%;
}
.header{
    padding-top: 08vh;
}
.ev_cnt_1_1 h1{
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 80px;
    padding: 0;
}
.ev_cnt_1_1 p{
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin:0 0 15px 2px;
    letter-spacing: 1px;
}
.ev_cnt_1_1 h1 span{
    font-weight: 300;
}
.ev_cnt_1_2 img{
    height: 100%;
    width: auto;
    max-height: 100%;
}
.ev_cnt_1_2{
    text-align: center;
    height: 78vh;
}
.ev_cnt_1_1 .btn{
    border-radius: 30px;
    border:2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    margin-top: 20px;
    font-weight: bold;
}
.login_box{
    background: rgba(0,0,0,0.5);
    padding: 30px 20px;
    border-radius: 10px;
}
.login_form{
    margin-top: 30px;
    color: #fff;
}
.login_form .form-control{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
}
.login_form label{
    margin-bottom: 5px;
}
.login_form .btn{
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    margin-top: 20px;
    font-weight: bold;
    border: 2px solid #EE4849;
    background: #EE4849;
}
.login_form .btn:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #EE4849;
    transition-duration: 0.7s;
}
.login{
    display: flex;
    min-height: 100vh;
}
.login .container{
    margin: auto;
}
.login_form .form-control::-webkit-input-placeholder { /* Edge */
    color: rgba(255,255,255,0.5);
}
.login_form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5);
}
.login_form .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}
.login_foot{
    margin-top: 40px;
}
.login_foot a{
    color: #fff;
    text-transform: uppercase;
}
.login_box .logo h2{
    color: #fff;
    font-size: 18px;
    margin: 40px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.login_box .logo p{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 20px;
}

/*
* Sign Up
*/
.signup_main{
    background-attachment: fixed !important;
}
.signup_box{
    background: rgba(0,0,0,0.5);
    padding: 30px 20px;
    border-radius: 10px;
    color: #fff;
    margin:30px 0px;
}
.signup_box .form-control{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
}
.signup_box label{
    margin-bottom: 5px;
}
.signup_box h3{
    text-align: center;
    font-size: 18px;
    margin: 0 0 15;
}
.signup_box [class^="box_cnt_"]{
    margin: 30px 0px;
}
.signup_box .box_top h2{
    color: #fff;
    font-size: 18px;
    margin: 40px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.signup_box .box_top p{
    margin-bottom: 10px;
}
.signup_box .box_top {
    border-bottom: 2px solid #EE4849;
    padding-bottom: 20px;
}
.signup_box .box_cnt_1 h2{
    text-align: center;
    font-size: 22px;
    margin: 0 0 15px;
    color: #EE4849;
    text-transform: uppercase;
    font-weight: bold;
}
.signup_box .box_cnt_4 .radio{
    line-height: 24px;
    margin: 0 5px 0 10px;
}
.signup_box .box_cnt_4_1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup_box .box_cnt_4 .d-flex{
    align-items: center;
}
.signup_box .box_cnt_4 input,
.signup_box .box_cnt_4 select{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}
.signup_box .box_cnt_4 label{
    margin-bottom: 0;
}
.signup_box .card_date span{
    margin: 0 5px;
}
.signup_box .box_cnt_5 .d-flex{
    align-items: center;
    justify-content: center;
}
.signup_box .box_cnt_5 input{
    margin-right: 5px;
}
.signup_box .box_cnt_5 .btn_sign{
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    border: 2px solid #EE4849;
    background: #EE4849;
}
.signup_box .box_cnt_5 .btn_sign:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #EE4849;
    transition-duration: 0.7s;
}
.signup_box .box_cnt_5 .btn_reset{
    background: transparent;
    border:none;
    color: #fff;
    margin-left: 10px;
}
.signup_box .box_cnt_6 .d-flex{
    align-items: center;
}
.signup_box .box_cnt_6 a{
    display: block;
    margin: 10px 0 0;
    color: #fff;
}
.signup_box .box_cnt_6 {
    margin-bottom: 0px;
    border-top: 2px solid #EE4849;
}
.signup_box .box_cnt_6 i{
    margin-right: 5px;
}
.signup_box .box_cnt_4 input::-webkit-input-placeholder { /* Edge */
    color: rgba(255,255,255,0.5);
}
.signup_box .box_cnt_4 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5);
}
.signup_box .box_cnt_4 input::placeholder {
    color: rgba(255,255,255,0.5);
}


/*
* login 2
*/
.login2_main{
    min-height: 100vh;
    display: flex;
    padding: 30px 0px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
}
.login2_main:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: -1;
}
.login2_section{
    margin: auto;
    width: 100%;
}
.login2_white_box{
    background: #fff;
    padding: 50px;
    filter: drop-shadow(13px 0px 17.5px rgba(35,31,32,0.3));
}
.login2_box .logo{
    margin-bottom: 40px;
}
.login2_white_box h2{
    text-align: center;
    text-transform: uppercase;
    color: #ee4849;
    font-weight: 600;
    margin: 0px 0 5px;
    font-size: 40px;
}
.login2_white_box h2 + p{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #727272;
}
.login2_white_box .form-control{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid #32393f;
    border-radius: 30px;
    padding: 5px 15px;
    min-height: 45px;
}
.login2_white_box .form-group{
    margin: 20px 0px;
}
.login2_btn_box {
    justify-content: space-between;
    margin-top: 30px;
}
.login2_btn_box a{
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
    text-decoration: underline;
    margin: 0px 4px;
}
.login2_btn_box .btn{
    border-radius: 24px;
    filter: drop-shadow(0px 10px 6.5px rgba(35,31,32,0.17));
    background-color: #ee4849;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    font-family: 'Lato', sans-serif;
}
.login2_creat_btn_box{
    margin-top: 40px;
}
.login2_creat_btn_box h3{
    font-size: 16px;
    line-height: 24px;
    color: #ee4849;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.login2_creat_btn_box .btn{
    border-radius: 24px;
    border: 2px solid #ee4849;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #ee4849;
    font-weight: 700;
    text-transform: uppercase;
}
.login2_foot{
    margin-top: 20px;
    color: #fff;
}




/*
* responsive
*/
@media (max-width:400px) {
    .login2_btn_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .login2_btn_box .btn{
        margin-top: 10px;
    }
    .login2_btn_box .link{
        width: 100%;
    }
}
@media (max-width:767px) {
    .main{
        height: auto;
        min-height: 100vh;
        overflow: initial;
    }
    .ev_cnt_1_1 h1{
        font-size: 40px;
        line-height: 40px;
    }
    .ev_cnt_1_1 p{
        font-size: 14px;
        line-height: 24px;
    }
    .ev_cnt_1_2{
        height: auto;
    }
    .ev_cnt_1{
        margin-top: 10vh;
    }
    .ev_cnt_1_2 img{
        height: auto;
        width: 300px;
    }
    .ev_cnt_1_1{
        text-align: center;
    }
    .ev_cnt_1_2{
        margin-top: 5vh;
    }
    .header{
        text-align: center;
    }
    .login_foot a{
        font-size: 12px;
    }
    .login{
        padding: 0px;
    }
    .login2_white_box{
        padding: 50px 15px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .ev_cnt_1_2 img{
        height: auto;
    }
    .ev_cnt_1_1 h1{
        font-size: 40px;
        line-height: 40px;
    }
    .ev_cnt_1_1 p{
        font-size: 14px;
        line-height: 24px;
    }
    .ev_cnt_1_2{
        height: auto;
    }
    .ev_cnt_1{
        margin-top: 10vh;
    }
    .login_foot a{
        font-size: 12px;
        line-height: 12px;
    }
    .login2_white_box{
        padding: 50px 15px;
    }

}
@media (min-width:992px) and (max-width:1200px) {
    .ev_cnt_1_1 h1{
        font-size: 70px;
        line-height: 70px;
    }
    .login_foot a{
        font-size: 12px;
    }


}
