@import url('https://fonts.googleapis.com/css2?family=Varela-round&display=swap');

.login-block {
    background: transparent;
    float: left;
    width: 100%;
}

.banner-img {
    width: 80%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.banner-sec {
    background-color: transparent;
    background-size: cover;
    min-height: 500px;
    border-radius: 6px;
    padding: 0;
}

.container {
    background: transparent;
    border-radius: 6px;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
    margin-top: 120px;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }

        .login-sec h2:after {
            content: " ";
            width: 130px;
            height: 3px;
            /* background: #43968b; */
            background: #006587;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    /* background: #43968b; */
    background: #006587;
    color: #fff;
    font-weight: 600;
    margin-bottom:12px;
}

.btn-login:hover {
    /* background: #43968b; */
    background: #5085A3;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

.ax-icon {
    height: 120px;
    justify-content: center;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    pointer-events: none;
}

#footer {
    position: fixed;
    left: 200px;
    bottom: 0;
    margin: 0;
    width: 65%;
    height: 60%;
    background: url(./img/SVG/ic_1.svg) no-repeat top left;
    background-size: 50%;
}

.welcome-text {
    font-family: Varela Round;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    letter-spacing: -.02em;
    line-height: 1.3em;
    text-transform: none;
}

@media all and (max-width: 499px) {
    .login-sec {
        margin-top: 0px;
    }
}

.bankid-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    margin-left: 6px;
}

.bankid-logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px;
    border: 1px solid #c9c7c7;
    border-radius: 5px;
    -webkit-transition: background-color 250ms,border-color 150ms,-webkit-box-shadow 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: background-color 250ms,border-color 150ms,-webkit-box-shadow 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: background-color 250ms,border-color 150ms,box-shadow 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: background-color 250ms,border-color 150ms,box-shadow 400ms cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-box-shadow 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
    height: 66px;
    width: 66px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 4px transparent;
    box-shadow: 0 0 0 4px transparent;
}

.bankid {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
}

    .bankid > img {
        padding: 6px;
        align-content: center;
    }

img {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    pointer-events: none;
}

.qr-code-canvas {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 94 / 40%);
    box-shadow: 0 0 0 0 rgb(0 0 94 / 40%);
}

.qr-canvas {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.canvas-wrapper {
    margin: 14px auto 0 auto;
    height: 200px;
    width: 200px;
    position: relative;
}

.qr-code-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.loading-spinner::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 50px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    width: 50px;
    will-change: transform;
}