﻿body {
    margin: 0;
    padding: 0;
    background: none !important;
    font-family: 'Poppins', sans-serif;
}

.login-page-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

    .login-page-full > .login-image {
        display: inline-flex;
        flex: 2;
        height: 100vh;
        overflow: hidden;
    }

        .login-page-full > .login-image > ul {
            margin: 0;
            padding: 0;
        }

        .login-page-full > .login-image img {
            -webkit-user-select: none;
            -moz-user-select: none;
            width: auto;
            height: 50vh;
            object-fit: cover;
            max-width: 100%;
            margin: 240px auto;
        }

.login-page-shadow {
    background-color: rgba(0, 0, 0, 0.2);
}

.login-page-full > .login-content {
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
}

    .login-page-full > .login-content > form {
        display: block;
        width: 100%;
    }

        .login-page-full > .login-content > form > .login-logo {
            display: table-cell;
            width: 29%;
            margin-bottom: 25px;
            text-align: center;
        }

            .login-page-full > .login-content > form > .login-logo > img {
                width: 100%;
                height: auto;
                max-width: 300px;
            }

        .login-page-full > .login-content > form > .login-text {
            display: block;
            width: 100%;
            font-size: 25px;
            font-weight: 600;
            color: #ffffff;
            letter-spacing: 0.3px;
            text-align: center;
            margin-top: 20px;
        }

        .login-page-full > .login-content > form > .form-field {
            position: relative;
            padding: 15px 0 0;
            margin-top: 10px;
        }

        .login-page-full > .login-content > form > .form-field {
            display: block;
            width: 100%;
            position: relative;
        }

            .login-page-full > .login-content > form > .form-field:not(:last-of-type) {
                margin-bottom: 20px;
            }

.login-page-list {
    list-style-type: none;
}

.form-language {
    background: #f7f7f7 !important;
    color: #000000 !important;
    padding: 10px 15px !important;
}

.login-page-full > .login-content > form > .form-field .forms_field-input {
    font-family: "Poppins", sans-serif;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ffffff;
    outline: 0;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 0px;
    background: transparent;
    transition: border-color 0.2s;
    margin-top: 5px !important;
}

    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill,
    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:hover,
    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:focus,
    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

    .login-page-full > .login-content > form > .form-field .forms_field-input::placeholder {
        color: transparent;
    }

    .login-page-full > .login-content > form > .form-field .forms_field-input:placeholder-shown ~ .form-label {
        font-size: 15px;
        cursor: text;
        top: 27px;
        padding: 0px 5px;
    }

    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill ~ .form-label,
    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:hover ~ .form-label,
    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:focus ~ .form-label,
    .login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:active ~ .form-label {
        font-size: 15px;
        cursor: text;
        top: 0px;
    }


.login-page-full > .login-content > form > .form-field .form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    user-select: none;
    /*z-index: -1;*/
}

.login-page-full > .login-content > form > .form-field .forms_field-input:focus {
    font-weight: 500;
    border-image: linear-gradient(to right, #ffffff, #ffffff);
    border-image-slice: 1;
}

.login-page-full > .login-content > form > .form-field .forms_field-input:autofill,
.login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill,
.login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:hover,
.login-page-full > .login-content > form > .form-field .forms_field-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-page-full > .login-content > form > .form-field .forms_field-input:focus ~ .form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}


.login-page-full > .login-content::before, .login-page-full > .login-content::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: -1;
}

.login-page-full > .login-content::before {
    left: 40%;
    top: 80%;
    background-color: rgba(33, 54, 136, 0.15);
    -webkit-animation: wawes 6s infinite linear;
    -moz-animation: wawes 6s infinite linear;
    animation: wawes 6s infinite linear;
}

.login-page-full > .login-content::after {
    left: 35%;
    top: 75%;
    background-color: rgba(33, 54, 136, 0.2);
    -webkit-animation: wawes 7s infinite;
    -moz-animation: wawes 7s infinite;
    animation: wawes 7s infinite;
}

.login-page-full > .login-content > form > .form-button {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .login-page-full > .login-content > form > .form-button > button {
        background: #ec1c24;
        width: 100%;
        display: block;
        padding: 15px;
        text-align: center;
        border-radius: 1px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        transition: 0.3s;
        border: 0;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
    }

        .login-page-full > .login-content > form > .form-button > button:hover {
            background: #ec1c24;
        }

    .login-page-full > .login-content > form > .form-button > a {
        display: block;
        margin-top: 15px;
        text-align: center;
        color: #808080;
        text-decoration: none;
    }

        .login-page-full > .login-content > form > .form-button > a:hover {
            color: #333333;
        }

.login-page-full > .login-content > .captcha-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

    .login-page-full > .login-content > .captcha-full input {
        font-weight: 500;
        border: 0;
        border: 1px solid #ef7c00;
    }

.captcha-full-img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.login-content .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0 4rem;
    top: 90%;
    align-items: center;
    z-index: 1;
    margin: 0 auto;
    width: auto;
}

    .login-content .footer-logo > span:first-child > img {
        width: 140px;
        height: auto;
        filter: brightness(0) invert(1);
    }

    .login-content .footer-logo span:last-child {
        font-size: 15px;
        color: #404040;
    }

.login-page-images {
    background-image: url(../../Content/images/home_background2.jpg);
    background-size: cover;
}

.captcha-full {
    display: flex;
    width: 50%;
}

    .captcha-full col {
        width: 50%;
        margin: 0 auto;
    }

.pad-17 {
    padding: 17px;
}

.captcha-right {
    width: 50%;
    margin: 0 auto;
}

@-webkit-keyframes wawes {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes wawes {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes wawes {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width : 992px) {
    .login-page-full > .login-image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .login-page-full > .login-content {
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        transform: translate(-50%, -50%);
        background: #ec1c24;
        padding: 30px;
        border-radius: 10px;
        width: 80%;
    }

        .login-page-full > .login-content:after,
        .login-page-full > .login-content:before {
            display: none;
        }

    .login-content .footer-logo {
        position: relative;
        top: auto;
        padding: 0;
        margin-top: 20px;
    }

    .login-page-images {
        height: 100vh;
    }

    .dp-none {
        display: none;
    }

    .login-page-full > .login-content > form > .login-logo {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width : 1024px) {
    .login-content .footer-logo span:last-child {
        font-size: 11px;
    }
}
