﻿
::selection {
    background: #40a9f5;
    color: #fff;
}

::-webkit-selection {
    background: #40a9f5;
    color: #fff;
}

::-moz-selection {
    background: #40a9f5;
    color: #fff;
}

body {
    background: white;
    font-family: 'Inter UI', sans-serif;
    margin: 0;
}

.page {
    background: #dedede;
    display: flex;
    flex-direction: column;
    height: calc(100%);
    position: absolute;
    place-content: center;
    width: calc(100%);
}

@media (max-width: 767px) {
    .page {
        height: calc(100%);
        /*padding-top: 60px !important;*/
    }
}

.container {
    display: flex;
    height: 320px;
    margin: 0 auto;
    width: 640px;
}

@media (max-width: 767px) {
    .container {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }
}

.left {
    background: white;
    height: calc(100% - 30px);
    top: 15px;
    position: relative;
    width: 50%;
    transform-origin: right;
    /*Speed of the Door animation*/
    transition: all 1.5s ease-in-out;
    transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-180deg);
    z-index: 9;
}

@media (max-width: 767px) {
    .left {
        height: 100%;
        left: 20px;
        width: calc(100% - 42px);
        max-height: 170px;
        transform-origin: bottom !important;
        transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateX( 180deg ) !important;
    }

    .leftload {
        transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateX( 0deg ) !important;
        width: 85% !important;
        top: 20px !important;
        /* padding-bottom: 20px; */
    }
}

.login {
    font-size: 50px;
    font-weight: 900;
    margin: 50px 40px 40px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #0174b7;
}

    .login small {
        font-size: 14px;
        color: #404040;
    }

.eula {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin: 40px;
    text-align: center;
}

.right {
    background: #404040;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #F1F1F2;
    position: relative;
    width: 50%;
    /* padding-top: 30px; */
}

@media (max-width: 767px) {
    .right {
        height: 100%;
        width: 100%;
        max-height: 275px;
        margin-top: 22px;
        padding: 0;
        box-shadow: none;
    }

    .intelliinnA {
        bottom: -30px !important;
    }

    .eula {
        margin: -18px 15px 0;
    }

    svg {
        top: -8px !important;
    }

    .powered img {
        width: 22% !important;
    }

    .eula {
        display: none;
    }

    .powered {
        z-index: 0;
    }

    .page > .container {
        position: relative;
        z-index: 9;
    }
}

svg {
    position: absolute;
    width: 270px;
    top: -7px;
    border-radius: 23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

path {
    fill: none;
    stroke: url(#linearGradient);
    stroke-width: 4;
    stroke-dasharray: 240 1386;
    border-radius: 23px;
    border-radius: 23px;
}

.form {
    margin: 40px;
    /* position: absolute; */
}

label {
    color: #c2c2c5;
    display: block;
    font-size: 14px;
    height: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

input, select {
    height: 46px;
    border: none;
    background: #383838;
    width: 100%;
    padding: 0 25px;
    border-radius: 23px;
    color: #fff;
    margin: 6px 0;
}

    input::-moz-focus-inner {
        border: 0;
    }

.intelliinnBtn {
    color: #707075;
    transition: color 300ms;
    padding: 13px 75px !important;
    width: auto;
    height: auto;
    margin: 21px auto 0;
    display: block;
    background: rgb(1,116,183);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

    .intelliinnBtn:focus {
        /* color: #f2f2f2; */
    }

    .intelliinnBtn:active {
        color: #d0d0d2;
    }

.powered img {
    width: 6%;
    vertical-align: text-top;
}

.powered {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: normal;
    position: absolute;
    bottom: 10px;
}

    .powered p {
        font-weight: 500;
        color: rgba(0,0,0,0.6);
        font-size: 12px;
        margin-bottom: 5px;
    }

.login img {
    /* max-height: 110px; */
    margin: 0 auto;
    display: block;
    width: 70%;
}

.powered ul {
    padding: 0;
    margin: 0;
}

    .powered ul li {
        display: inline-block;
        margin: 0 2px;
    }

        .powered ul li a {
            color: #59596a;
            font-size: 14px;
        }

.intelliinnA {
    font-size: 10px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    background-color: #444444;
    width: fit-content;
    padding: 5px 10px 6px;
    border-radius: 30px;
    text-decoration: none;
    color: #727272;
    position: absolute;
    bottom: -70px;
}

input#text {
    margin-bottom: 13px;
}

input:focus {
    outline: none;
}

.loginpage-msg.msg-err {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: red;
    font-weight: 600;
    margin: 0 auto;
    /* padding: 0 10px; */
    box-shadow: 0px 0px 10px 10px #00000014;
}

.leftload {
    transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY( -360deg );
}

.left * {
    opacity: 0;
}

.leftload * {
    transition: 6s ease;
    opacity: 1;
}

.form form {
    position: relative;
    display: block;
}

a#createaccount {
    right: 0;
}

.page.registerpage .form {
    margin: 10px 20px;
    display: block;
}

.page.registerpage .right {
    min-height: 500px;
}

.page.registerpage .container {
    width: 90%;
    display: flex;
    justify-content: center;
}

.page.registerpage .intro-y input {
    display: inline-block;
    width: 49%;
}

button.btn.btn-primary.intro-y.w-full.xl\:mr-3 {
    transition: color 300ms;
    padding: 13px 75px !important;
    width: auto;
    height: auto;
    margin: 21px auto 0;
    display: block;
    background: rgb(1,116,183);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 30px;
}

a.btn.btn-outline-secondary.intro-y.w-full.mt-3 {
    font-size: 10px;
    display: block;
    text-align: center;
    font-weight: 400;
    background-color: #343434;
    margin: 20px auto 0;
    background-color: #444444;
    width: fit-content;
    padding: 5px 10px 6px;
    border-radius: 30px;
    text-decoration: none;
    color: #727272;
}

.page.registerpage .leftload {
}

.gender label {
    margin: 0;
}

.gender div {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
}

    .gender div input.form-check-input.border.mr-2 {
        display: inline-block;
        vertical-align: middle;
        width: 12%;
        height: auto;
        border: 2px solid #000 !important;
    }

    .gender div label.cursor-pointer {
        display: inline-block;
        color: #6e6e6e;
    }

.gender {
    margin-top: 10px;
    padding: 0 10px;
}

.page.registerpage {
    padding-top: 10px;
}

.registerpage .left {
    top: 110px;
}

.page.registerpage {
    place-content: initial !important;
}

    .page.registerpage .container {
        height: auto;
    }

.page.registerpage {
    height: auto;
}

    .page.registerpage .powered {
        position: initial;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .page.registerpage .login img {
        width: 50%;
    }

    .page.registerpage .login {
        margin: 20px 0 0;
        color: #383838;
        background-color: #fff;
        padding: 10px 0 0;
    }

.g-recaptcha div {
    width: 300px !important;
    margin: 10px auto 0;
}

    .g-recaptcha div iframe {
        width: 100%;
    }

select.form-control:focus, select.form-control:active {
    border: none;
    outline: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}


.powered a {
    color: #0174b7;
    font-weight: 600;
    text-decoration: none;
}
