﻿.group > i {
    display: none;
    float: right;
    margin-right: 3px;
    margin-top: -20px;
    width: 20px;
}

.shape {
    border-radius: 10%;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

.skew-block:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}
.intro{

}
.intro .left-ovh {
    height: 100vh;
    overflow: hidden;
    width: 30vw;
    max-width: 600px;
    min-width: 400px;
}

.left-side {
    position: relative;
}

.right-ovh {
    flex: 1;
    height: 100vh;
    position: relative;
}

    .right-ovh:after {
        width: 100%;
        background-image: url(/images/login.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        content: '';
        height: 100%;
        position: absolute;
        z-index: -1;
    }


.intro {
    overflow: hidden;
    position: relative;
    transition: height 1s 1s;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 10; /*
    backdrop-filter: blur(6px);*/
}

    .intro .triangle {
        -webkit-transform: skewY(19deg) translateY(-50%);
        background: #fff;
        bottom: -183.1%;
        height: 100%;
        left: 0;
        position: absolute;
        transform: skewY(19deg) translateY(-50%);
        width: 100vw;
        z-index: -3;
    }

        .intro .triangle.right {
            -webkit-transform: skewY(-11deg) translateY(-31%);
            bottom: -100%;
            left: auto;
            right: 0;
            transform: skewY(-11deg) translateY(-31%);
            display: none;
        }


.form {
    margin: 0 auto;
    padding: 5rem;
}

h1 {
    margin: 7vh 0 2vh;
    font-weight: bold
}

.logo {
    max-height: 6vh;
}

.forget-password-label {
    color: #2c3b95;
    font-size: 14px;
    font-weight: 600;
}

.button-submit {
    background-color: #2c3b95;
    color: #f5f5f5 !important;
    font-size: 18px;
    letter-spacing: .5px;
    margin: 26px 0;
    width: 100%;
}

    .button-submit:focus {
        outline-color: transparent;
    }

.group {
    margin: 2vh 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

input {
    background: #f5fcfe;
    border: none;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 13px;
    margin-top: 25px;
    padding: 1rem;
    transition: .3s ease;
    width: 100%;
}

.bar {
    background: #000;
    content: '';
    height: 1px;
    position: relative;
    width: 100%;
}

    .bar:before {
        transform: translateX(0);
    }

input:focus {
    outline: none;
}

.form-control-feedback, .field-validation-error {
    color: red;
    display: block;
    margin-top: -5px !important;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: .5rem;
    z-index: 2;
}

div ul {
    list-style-type: none;
    padding-left: 0;
    position: absolute;
}

.ico {
    float: right;
    margin-right: 5px;
    margin-top: -25px;
    width: 20px;
}

html {
    user-select: none;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 2rem;
    }

    button {
        font-size: 13px;
    }

    .logo {
        max-width: 75vw;
    }

    .intro {
        height: calc(100vh) !important;
        background-color: #ffdfea
    }

    .triangle {
        display: none;
    }

    .left-ovh {
        overflow-y: auto !important;
    }

    .intro .left-ovh {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw - 2rem);
        position: absolute;
    }
    .intro .right-ovh {
        display: none;
    }

    h1 {
        font-size: 1.5rem;
        margin: 4vh 0 0;
    }

    input {
        font-size: 10px;
    }

    .button-submit {
        font-size: 13px;
        margin: 10px 0;
        padding: 7px;
    }

    .forget-password-label {
        font-size: 12px;
    }
    .form{
        padding: 3rem;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) and (max-height: 500px) {
    label {
        font-size: 10px;
    }

    input {
        padding: 0 0 5px;
    }

    .group {
        margin: 1vh 0;
    }
}

@media only screen and (max-width: 1024px) {

    .left-side > :not(.m-login__wrapper) {
        bottom: 10px !important;
        left: 10px !important;
    }
}

@media (min-width: 1025px) {
    .container-shape {
        filter: drop-shadow(5px -5px 6px rgba(0, 0, 0, 0.4));
        position: absolute;
        z-index: 1;
    }

        .container-shape.right {
            filter: drop-shadow(-5px -5px 6px rgba(0, 0, 0, 0.4));
        }


        .container-shape.one {
            left: 25.9%;
            top: 7.1%;
        }

        .container-shape.two {
            left: 14.2%;
            top: 58%;
        }

        .container-shape.three {
            left: 66.6%;
            top: 6.75%;
        }

        .container-shape.four {
            left: 85.7%;
            top: 17.9%;
        }

        .container-shape.five {
            left: 75.1%;
            top: 52.4%;
        }

    .shape.one {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 5vh;
        width: 5vh;
    }

    .shape.two {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 15vh;
        width: 15vh;
    }

    .shape.three {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 8vh;
        width: 8vh;
    }

    .shape.four {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 12vh;
        width: 12vh;
    }

    .shape.five {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 22vh;
        width: 22vh;
    }
}


@media (min-width: 1024px) {
    .shape {
        background: var(--secondary);
    }

        .shape.right {
            background: var(--primary);
        }
}

.forget-password-label, h1 {
    color: var(--tertiary);
}

    .forget-password-label:active, .forget-password-label:focus, .forget-password-label:hover {
        color: #3d3698 !important;
        text-decoration: none;
    }

.button-submit {
    background-color: var(--secondary);
}

    .button-submit:hover, .button-submit:active, .button-submit:focus {
        background-color: var(--secondary-hover);
    }

input {
    background: #ededed;
}
