*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: 0;
    font-family: -apple-system, Roboto, BlinkMacSystemFont, 'Segoe UI',  Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html,
body{
    width: 100%;
    height: 100%;
}

.login{
    background-color: white;
    display: flex;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.border-mobile,
.border{
    width: 100%;
    height: calc(100% + 70px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.border-mobile{
    display: none;
}

.logo{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo .university-name,
.logo .logo-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

.logo .logo-inner img{
    width: 40%;
    cursor: pointer;
    margin-bottom: 30px;
}

.information-two,
.information-one{
    font-size: 1em;
    display: none;
    padding-bottom: 5px;
}

.new{
    display: none;
}

.logo .university-name h2{
    max-width: 90%;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 29px;
    font-weight: 100;
}

.inputs-buttons{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inputs-buttons .content{
    width: 350px;
}
.inputs-buttons .content .title{
    line-height: 1.5;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
    margin: 0;
    font-weight: 200;
    font-size: 2.675rem;
    text-align: left;
    margin-bottom: 5px;
}



.inputs div{
    position: relative;
    color: black;
}

.inputs div i{
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.inputs input[type=password]:focus,
.inputs input[type=email]:focus{
    outline: #b7d4f8;
}

.buttons{
    width: 100%;
    text-align: center;
}

.change-password,
.forgot-password,
.register,
.register a,
.loginText{
    font-size: 1em;
    color: black;
    font-weight: 300;
    text-align: right;
    display: inline;
    cursor: pointer;
}
.loginText{
    display: none;
}
.buttons p:nth-child(2),
.buttons p:nth-child(4){
    font-weight: 300 !important;
    display: inline;
}

.change-password:hover,
.forgot-password:hover,
.register a:hover,
.loginText:hover{
    color: #99190de1;
}
.captcha{
    width: 350px;
    height: 74px;
    border-radius: .375rem;
    display: none;
}

.radios{
    margin-top: 5px;
    display: none;
}

.radios div{
    flex: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 2px;
}

.radios div input{
    height: 20px;
    width: 20px;
    color: black;
    margin-right: 5px;
    cursor: pointer;
}

.radios div label{
    cursor: pointer;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.radios div input:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
    box-sizing: border-box;
}

.radios div input:checked:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: relative;
    background-color: #eb2b3b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #e42837c9;
    box-sizing: border-box;
    transition: .5s all;
}

body.login.swal2-shown.swal2-height-auto{
    height: 100vh !important;
}
/*
 *
 ! JavaScripd classes
 *
*/
.inpgroup{
    position: relative;
    margin-bottom: 20px;
}
.inpgroup input{
    color: #910b16;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}
input:focus, textarea:focus {
    outline: none;
}

.inpgroup .bar {
    position: relative;
    display: block;
    width: 100%;
}
.inpgroup .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #8D0B15;
    transition: 300ms ease all;
    left: 0;
}
.inpgroup label {
    color: black;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
    font-weight: 300;
}
input:focus ~ .bar:before, textarea:focus ~ .bar:before {
    width: 100%;
}
input:focus ~ label,textarea:focus ~ label{
    top: -14px;
    font-size: 12px;
    color: #8D0B15;
}
.inpgroup.valid  label{
    top: -14px;
    font-size: 12px;
    color: #8D0B15;
}
.inpgroup select{
    width: 100%;
    padding: 10px 10px 10px 5px;
    outline: none;
    border: none;
    background: none;
}
/* 6 */
.btn-6 {
    background: #000;
    color: #fff;
    line-height: 42px;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}
.btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    height: 100%;
    font-weight: 300;
}
.btn-6:before,
.btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #000;
}
.btn-6:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
}
.btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}
.btn-6:hover{
    color: #000;
    background: transparent;
}
.btn-6:hover:before {
    transition: all 500ms ease;
    height: 100%;
}
.btn-6:hover:after {
    transition: all 500ms ease;
    height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
    position: absolute;
    content: "";
    background: #000;
}
.btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
}
.btn-6 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
}
.btn-6 span:hover:before {
    width: 100%;
}
.btn-6 span:hover:after {
    width: 100%;
}
.submit-buttons{
    display: flex;
    justify-content: center;
}
.sel {
    font-size: 15px;
    display: inline-block;
    width: 350px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.sel.active::before {
    transform: rotateX(-180deg);
}

.sel__placeholder {
    display: block;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
    background: none;
    font-size: 17px;
    padding: 10px 10px 10px 5px;
    font-weight: 300;
    border: none;
    border-radius: 0;
}



.sel__placeholder::before {
    position: absolute;
    top: -18px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 10px 5px;
    transition: 400ms all;
    content: attr(data-placeholder);
}

.sel__box {
    position: absolute !important;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
    box-shadow: 0 0 8px #0000001c;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
    font-size: 16px;
    color: #000000;
    padding: 10px;
    font-weight: 300;
    user-select: none;
}


.sel__box__options:hover {
    background-color: #ebedef;
}

.sel {
    border-bottom: 1px solid rgb(198 198 198);
}

.sel--black-panther {
    z-index: 3;
}

.sel--superman {
    /*   display: none; */
    z-index: 2;
}
/*
*iPad Pro
*/
@media only screen and (max-width:1024px){
    .row .card{
        background-color: white;
        padding: 1.5rem;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 5px;
    }

        .inpgroup input {
            color: black!important;
            background-color: #ffffff26;
        }

    .inputs-buttons .content .title {
        line-height: 1.5;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        box-sizing: border-box;
        margin: 0;
        font-weight: 200;
        display: flex;
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 5px;
        justify-content: space-around;
    }
    .login{
        overflow: visible;
        height: max-content;
    }
    .inputs-buttons{
        flex: 1 !important;
    }
    .inpgroup label,
    .inputs div i{
        /*color: black !important;*/
    }
    .login{
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .logo,
    .inputs-buttons{
        /*flex: initial !important;*/
    }
    .logo .university-name,
    .logo .logo-inner{
        align-items: normal;
    }
    .inpgroup label{
        top: 15px;
    }
    .border{
        display: block;
    }
    .inputs input[type=password], .inputs input[type=email] {
        padding: 15px 5px;
    }
    .inpgroup .bar:before{
        height: 3px ;
        background-color: #8D0B15;
    }
    .border-mobile{
        display: block;
        width: 101%;
        left: -2px;
    }

    /*.logo{*/
    /*    width: 100%;*/
    /*}*/
    .logo .logo-inner img {
        width: 20%;
        object-fit: contain;
    }
    .logo .university-name h2{
        max-width: 90%;
        text-align: center;
        color: white;
        cursor: pointer;
        font-size: 24px;
        font-weight: 100;
    }
    .university-name,
    .logo-inner{
        margin-left: 0 !important;
    }
    .login-button {
        background-color: #ffffff !important;
    }
    .btn-6{
        /*color: #8e0915;*/
        background: #000!important;
        color: white!important;
        line-height: 42px;
        padding: 0;
        border: none;
        cursor: pointer;
        width: 100%;
        height: 40px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        margin-top: 20px;
        text-align: center;
    }
    .btn-6:hover span{
        background-color: transparent;
    }
    .btn-6:hover{
        background-color: transparent !important;
    }
    .btn-6:hover{
        color: white;
    }
    .btn-6:before,
    .btn-6:after,
    .btn-6 span:before,
    .btn-6 span:after{
        background: white;
    }
    .login{
        gap: 75px;
        justify-content: center;
    }

    .radios div label,
    .title{
        font-size: 1.875rem;
    }

    .inputs input[type=password],
    .inputs input[type=email]{
    }

    .captcha{
        max-width: 400px;
        width: 400px;
    }

}

/*
*iPad
*/
@media only screen and (max-width:768px){
    .logo .university-name h2 {
        max-width: 90%;
        text-align: center;
        color: white;
        cursor: pointer;
        font-size: 22px;
        font-weight: 100;
    }
    .content{
        margin-top: 3rem!important;
    }
    .inputs-buttons .content .title{
        line-height: 1.5;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        box-sizing: border-box;
        font-weight: 200;
        display: flex;
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 5px;
        justify-content: space-around;
    }

    .captcha,
    .inputs input[type=password],
    .inputs input[type=email]{
        max-width: 350px;
        width: 350px;
    }
    .inputs input[type=password], .inputs input[type=email]{
        font-size: 15px;
    }
    .inputs div i {
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 15px;
        transform: translateY(-50%);
    }
    .btn-6 span {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        height: 100%;
        font-weight: 300;
        color: white!important;
        margin-left: -9rem!important;

    }
    .register-button{
        font-size: 14px;
    }
    .register {
        font-size: 14px;
        color: black;
        font-weight: 300;
        text-align: right;
        display: inline;
        cursor: pointer;
    }


}

@media only screen and (max-width:600px){

    .logo-inner img{
        width: 40% !important;
    }

    .inputs-buttons .content .title{
        margin-top: 1rem;
        margin-bottom: 2rem;
        line-height: .5rem!important;
    }
    .logo .logo-inner img {
        width: 20%!important;
        object-fit: contain;
    }
    .logo .university-name h2{
        max-width: 90%;
        text-align: center;
        color: white;
        cursor: pointer;
        font-size: 22px!important;
        font-weight: 100;
    }
    .content{
        margin-bottom: 0rem;
    }
    .content p{
        font-size: 14px;
    }

}

@media only screen and (max-width:460px){
    .logo .university-name h2 {
        max-width: 90%;
        text-align: center;
        color: white;
        cursor: pointer;
        font-size: 22px;
        font-weight: 100;
    }
    .inputs-buttons .content .title {
        line-height: 1.5;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        box-sizing: border-box;
        font-weight: 200;
        display: flex;
        font-size: 1.6rem!important;
        text-align: left;
        margin-bottom: 5px;
        justify-content: space-around;
    }
    .inputs input[type=email] {
        font-size: 15px;
    }
    .inputs div i {
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 15px;
        transform: translateY(-50%);
    }
    .btn-6 span {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px!important;
        height: 100%;
        font-weight: 300;
        color: white!important;
    }
    .register-button{
        font-size: 14px;
    }
    .register {
        font-size: 14px;
        color: black;
        font-weight: 300;
        text-align: right;
        display: inline;
        cursor: pointer;
    }

    .inputs input[type=password],
    .inputs input[type=email]{
        width: 350px;
    }

    .university-name h2{
        font-size: 1.5em !important;
    }

    .radios div label,
    .title{
        font-size: 1.875rem !important;
        line-height: 0.4 !important;
        margin-bottom: 2rem !important;
    }

    .information-two,
    .information-one{
        font-size: 0.8em;
    }

    .inp-group input {
        font-size: 14px;
    }

    .forgot-password, .register-button{
        font-size: .8em!important;
    }

    .login-button span{
        font-size: .8em!important;
    }
    .modal-space .myModal .modal-header h3{
        font-size: 15px;
    }
    .modal-space .myModal .modal-header i{
        font-size: 15px!important;
        cursor: pointer;
        transition: 400ms all;
    }
    .modal-space .myModal p{
        font-size: 14px;
    }
    #kvkkUL li  {
        font-size: 14px!important;
    }
    .modal-space .myModal .modal-footer {
        padding: 3vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 3vh;
    }
    .modal-space .myModal .footer-kvkk{
        font-size: 12px;
    }




}


@media only screen and (max-width:376px){

    .row .card .content{
        width: 100%;
    }
    .row .card {
        background-color: white;
        padding: 1.2rem;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 5px;
        width: 80%;
        margin: auto;
        margin-top: -48px;
    }

    .inputs input[type=password],
    .inputs input[type=email]{
        width: 100%;
        height: 40px;
    }
    .inpgroup input {
        color: #910b16;
        font-size: 13px!important;
        padding: 10px 10px 10px 5px;
        display: block;
        font-weight: 300;
        width: 100%;
        box-sizing: border-box;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c6c6c6;
    }

    .captcha{
        width: 100%;
    }

    .radios div label,
    .title{
        font-size: 1.8rem !important;
        margin-top: 25px !important;
    }
    .content p {
        font-size: .8em!important;
    }

    .login-button{
        max-height: 40px;
    }

    .university-name h2{
        font-size: 1.3em !important;
    }
    .inpgroup{
        margin-bottom: 26px;
    }
    .modal-space .myModal .modal-header h3{
        font-size: 15px;
    }
    .modal-space .myModal .modal-header i{
        font-size: 15px!important;
        cursor: pointer;
        transition: 400ms all;
    }
    .modal-space .myModal p{
        font-size: 14px;
    }
    #kvkkUL li  {
        font-size: 14px!important;
    }
    .modal-space .myModal .modal-footer {
        padding: 3vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 3vh;
    }
    .modal-space .myModal .footer-kvkk{
        font-size: 12px;
    }
}
@media (max-width: 368px){
    .user-photo inpgroup valid .p{
        font-size: 13px!important;
    }
    .privacy_policy valid .p{
        font-size: 13px!important;
    }
    .modal-space .myModal .modal-header h3{
        font-size: 15px;
    }
    .modal-space .myModal .modal-header i{
        font-size: 15px!important;
        cursor: pointer;
        transition: 400ms all;
    }
    .modal-space .myModal p{
        font-size: 14px;
    }
    #kvkkUL li  {
        font-size: 14px!important;
    }
    .modal-space .myModal .modal-footer {
        padding: 3vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 3vh;
    }
    .modal-space .myModal .footer-kvkk{
        font-size: 12px;
    }
}



/*
 *
 ! background change
 *
*/
@media (max-width:1024px) and (max-height:1350px) {

    .inputs input[type=password],
    .inputs input[type=email]{

    }

    .border-mobile{
        display: block;
    }

    .login{
        background-color: #8E0A15;
    }

    .logo{
        padding-top: 10px;
        /*margin-bottom: 15px;*/
    }

    .logo .logo-inner img{
        margin-bottom: 10px;
    }

    .radios div label,
    .content p{
        color: black;
        font-size: 14px;
    }

}
@media only screen and (max-width: 375px)and (max-height:676px){

    .inputs-buttons{
        margin-bottom: -4rem!important;
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
