@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-fw {
    width: 100vw;
    height: 100vh;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

#image-div {
    padding: 0;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken !important;
    font-size: 20px;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

.auto-style1 {
    width: 23px;
    height: 22px;
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.body-login {
    background: url('../../img/back-pkss.png');
    height: 100%; /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-login {
    margin-left: 17px;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.container-login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-left:7.5px;
    padding-right:7.5px;
}

.screen {
    background: linear-gradient(90deg, #005BAA, #005BAA);
    position: relative;
    height: 600px;
    width: 360px;
    box-shadow: 0px 0px 24px #5C5696;
    border-radius:20px;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #F36F23;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #005BAA, #005BAA);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #F36F23;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
    padding-top: 50px;
}

.login__field {
    padding: 6px 0px;
    margin-left: 10px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 75%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #6A679E;
    }

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    margin-left: 20px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #5C5696;
    cursor: pointer;
    transition: .2s;
}

    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #6A679E;
        outline: none;
    }

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}

.social-login {
    position: absolute;
    margin-right: 5px;
    height: 100px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
}

    .social-login__icon:hover {
        transform: scale(1.5);
    }

.login-page {
}

    .login-page::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        background: url(../../img/back-pkss.png);
        background-size: cover;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
    }

    .login-page .container {
        min-height: 100vh;
        z-index: 999;
        padding: 20px;
        position: relative;
    }

    .login-page .form-holder {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 50px;
    }

        .login-page .form-holder .info, .login-page .form-holder .form {
            min-height: 70vh;
            padding: 40px;
            height: 100%;
        }

        .login-page .form-holder div[class*='col-'] {
            padding: 0;
        }

        .login-page .form-holder .info {
            background: rgba(121, 106, 238, 0.9);
            color: #fff;
        }

            .login-page .form-holder .info h1 {
                font-size: 2.5em;
                font-weight: 600;
            }

            .login-page .form-holder .info p {
                font-weight: 300;
            }

        .login-page .form-holder .form .form-group {
            position: relative;
            margin-bottom: 30px;
        }

        .login-page .form-holder .form .content {
            width: 100%;
        }

        .login-page .form-holder .form form {
            width: 100%;
            max-width: 400px;
        }

        .login-page .form-holder .form #login, .login-page .form-holder .form #register {
            margin-bottom: 20px;
            cursor: pointer;
        }

        .login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
            font-size: 0.9em;
            color: #85b4f2;
        }

        .login-page .form-holder .form small {
            color: #aaa;
        }

        .login-page .form-holder .form .terms-conditions label {
            cursor: pointer;
            color: #aaa;
            font-size: 0.9em;
        }

    .login-page .copyrights {
        width: 100%;
        z-index: 9999;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
    }

@media (max-width: 991px) {
    .login-page .info, .login-page .form {
        min-height: auto !important;
    }

    .login-page .info {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
