﻿body {
    margin: 0;
    padding: 0;
    background: none !important;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width : 320px) and (max-width : 1800px) {
    .captcha-img {
        height: 100%;
        min-width: 80px;
    }
}

.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: 100vh;
            /*object-fit: cover;*/
            max-width: 100%;
        }

    .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: block;
                width: 100%;
                margin-bottom: 25px;
                text-align: center;
            }

                .login-page-full > .login-content > form > .login-logo > img {
                    width: auto;
                    height: auto;
                    max-height: 100px;
                }

            .login-page-full > .login-content > form > .login-text {
                display: block;
                width: 100%;
                font-size: 23px;
                font-weight: 500;
                color: #333333;
                letter-spacing: 0.3px;
                text-align: center;
                margin-bottom: 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-full > .login-content > form > .form-field .forms_field-input {
                    font-family: "Poppins", sans-serif;
                    width: 100%;
                    border: 0;
                    border-bottom: 2px solid #253d98;
                    outline: 0;
                    font-size: 15px;
                    color: #4b4f54;
                    padding: 15px 0;
                    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: 30px;
                    }

                    .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: #253d98;
                    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, #253d98, #213688);
                    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: #213688;
                    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: #253d98;
                width: 100%;
                display: block;
                padding: 10px;
                text-align: center;
                border-radius: 3px;
                color: #ffffff;
                font-size: 16px;
                font-weight: 500;
                transition: 0.3s;
                border: 0;
                cursor: pointer;
            }

                .login-page-full > .login-content > form > .form-button > button:hover {
                    background: #213688;
                }
            .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;
            }

.login-content .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
   /* position: absolute;*/
    justify-content: space-between;
    padding: 0 4rem;
    top: 90%;
    align-items: center;
    z-index: 1;
}

    .login-content .footer-logo > span:first-child > img {
        width: 140px;
        height: auto;
    }

    .login-content .footer-logo span:last-child {
        font-size: 15px;
        color: #404040;
    }


@-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: #ffffff;
        padding: 30px;
        border-radius: 10px;
    }

        .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;
    }
}

@media only screen and (max-width : 1024px) {
    .login-content .footer-logo span:last-child {
        font-size: 11px;
    }
}
