﻿:root {
    --primary: #ae76ea;
    --primary-hover: #9256e0;
    --secondary: #ae76ea;
    --primary-hover: #9256e0;
    --text-color: #595b7f
}
html,
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}


/*-- general --*/
a {
    color: var(--primary);
}

    a:hover,
    a:focus {
        color: var(--primary-hover);
    }

p,
li,
label {
    font-size: 15px;
    color: var(--text-color);
}
.emp-secondary {
    line-height: 1.5em;
    font-size: 1.35rem;
    font-weight: 500;
    background: linear-gradient(180deg,#66338e 0,#cd2f68 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.h3, h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.btn-close {
    border-radius: 50%;
    border: 1px var(--primary) solid;
    height: 30px;
    width: 30px;
    color: var(--primary);
    background: #fff;
}
    .btn-close:hover,
    .btn-close:focus {
        color: #fff;
        background: var(--primary);
    }

.form-control {
    height: unset;
    padding: 0.5rem 0.65rem;
}

.form-min-w {
    min-width: 480px;
    max-width: 600px;
}

.btn {
    padding: 0.65rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all .4s ease-in-out;
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
        }

.logo-login {
    height: 85px;
    margin-bottom: 25px;
}

.login-main-img {
    width: 500px;
    height: 625px;
    position: absolute;
    z-index:10;
}

/* Deco
-------------------------------------------------- */
.deco {
    overflow: hidden;
}

.deco-dot-white,
.deco-dot-grey {
    position: absolute;
    right: 0;
    top: 0;
    width: 460px;
    height: 480px;
}

.deco-dot-pink {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 402px;
    height: 551px;
}

.deco-wave {
    width: 270px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.deco-wave-center {
    width: 270px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.deco-wave-big {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.deco-wave-big img{
    width:110%;
}

/*-- login page --*/

.login-main-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main {
    width: 80%;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}

.login-left-student,
.login-left-tutor,
.login-left,
.login-right {
    height: 100%;
    width: 100%;
    min-height: 600px;
}
.login-left-student {
    background: linear-gradient(45deg, rgba(209,48,104,1) 0%, rgba(241,153,183,1) 100%);
}
.login-left-tutor {
    background: linear-gradient(45deg, rgba(108,52,142,1) 0%, rgba(174,118,234,1) 100%);
}
.login-left {
    background: linear-gradient(45deg, rgba(248,180,190,1) 0%, rgba(172,221,216,1) 100%);
}
.login-left-student,
.login-left-tutor,
.login-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .login-left h2 {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 1.5;
        max-width: 600px;
    }

.login-right {
    padding: 60px 120px;
}

/*-- Deco --*/

.deco-cross-purple {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}

.deco-dots-purple {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%)
}

/*--- List Gen ---*/

.list-gen {
    margin: 0 0 25px 0;
    padding: 0;
}

    .list-gen li,
    .list-gen li a{
        list-style-type: none;
        display: flex;
        padding: 3px 0;
    }
        .list-gen li a:hover {
            text-decoration:none;
        }

        .list-gen li i,
        .list-gen li a i{
            width: 30px;
            color: var(--primary);
            font-size: 1.5rem;
        }

        .list-gen li span,
        .list-gen li a span{
            padding-left: 10px;
        }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

@media screen and (min-width:1024px){
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
@media(max-width:1536px){
    .login-right {
        padding: 25px 90px;
    }
    .login-main-img {
        width: auto;
        height: 500px;
        position: absolute;
        z-index: 10;
    }
    .login-main-img img{
        height:100%;
        width:100%;
    }
    .list-gen {
        margin: 0 0 10px 0;
        padding: 0;
    }
    .logo-login {
        height: 80px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:960px) {
    .login-main-bg {
        height: unset;
        margin: 20px 0;
    }
    .row {
        flex-direction: column;
    }

    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login-left {
        padding: 52px 100px;
        min-height:300px;
    }
    .login-main-img {
        width: auto;
        height: 100%;
        position: absolute;
        z-index: 10;
        padding:15px;
    }
    .login-main-img img{
        height:100%;
    }

        .login-left h2 {
            font-size: 1.75rem
        }

    .login-right {
        padding: 50px 80px;
        height: 100%;
    }

    .deco-cross-purple,
    .deco-dots-purple,
    .deco-cross-blue {
        display: none;
    }

    .form-min-w {
        min-width: 100%;
    }
    .modal-open .modal {
        display:block;
    }
    .login-main {
        width: 90%;
    }
    .deco-dot-white, .deco-dot-grey {
        width: 288px;
        height: 300px;
    }
    .deco-dot-pink {
        width: 219px;
        height: 300px;
    }
}

@media (max-width:768px) {
    .login-main-bg {
        height: unset;
        margin: 20px 0;
    }

    .row {
        flex-direction: column;
    }

    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login-left h2 {
        font-size: 1.45rem;
    }
    .login-right {
        padding: 50px 40px;
        height: 100%;
    }

    .deco-cross-purple,
    .deco-dots-purple,
    .deco-cross-blue {
        display: none;
    }

    .form-min-w {
        min-width: 100%;
    }

    .login-main {
        width: 90%;
    }
    .col-sm-6{
        width:100%;
        max-width:100%;
    }
}

@media (max-width:520px) {
    .login-left {
        padding: 50px 40px;
        min-height:120px;
    }
    .login-main-img {
        display: none;
    }
    .deco-dot-white, .deco-dot-grey {
        width: 30%;
        height: 120px;
    }
    .deco-dot-pink {
        width: 100%;
        height: 120px; 
    }
        .login-left h2 {
            font-size: 1.25rem
        }

    .login-right {
        padding: 25px 10px;
    }
    .deco-wave-big img {
        width: 100%;
    }
    .deco-wave-big {
        bottom: -40px;
    }
    .login-left, .login-right {
        min-height: unset;
    }
    .login-left-student, .login-left-tutor, .login-left, .login-right {
        height: 100%;
        width: 100%;
        min-height: 100px;
    }
}
