﻿
.submit-section a {
    color: #d63384;
    text-decoration: underline;
}

.submit-section a:hover {
    color: #ab296a;
}

.submit-section a:not([href]):not([class]), .submit-section a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
/*.login {
    font-family: "source-sans-pro", sans-serif !important;
}*/

.login .logo {
    display: block;
    margin: 25px auto;
    width: 228px;
    height: 69px;
    /*background-image: url('../../../Content2/src/img/logo.svg');*/
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -300px;
    position: relative;
    left: 10px;
}

@media (min-width: 768px) {
    .login .logo {
        width: 300px;
        height: 90px;
    }
}

.login > .row {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
}

@media (min-width: 1200px) {
    .login > .row {
        position: absolute;
    }
}

.login > .row > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .login > .row > div {
        width: 50%;
    }
}
.w-35 {
    width:35%;
}
.login > .row > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loginImage {
    display: flex !important;
}

.login > .row > div:first-child {
    background: #041839;
}

    .login > .row > div:first-child > div {
        justify-content: space-between;
        height: 100%;
        padding: 50px 0;
    }

@media (min-width: 1200px) {
    .login > .row > div:first-child > div {
        padding: 135px;
    }
}

.login > .row > div:first-child .login-title {
    text-align: center;
}

    .login > .row > div:first-child .login-title h2, .login > .row > div:first-child .login-title .h2 {
        color: #FF006A !important;
        font-size: 1,5rem;
        letter-spacing: 0.3rem !important;
        font-weight: 100 !important;
    }

@media (min-width: 680px) {
    .login > .row > div:first-child .login-title h2, .login > .row > div:first-child .login-title .h2 {
        font-size: 2.2rem !important;
    }
}

@media (min-width: 768px) {
    .login > .row > div:first-child .login-title h2, .login > .row > div:first-child .login-title .h2 {
        font-size: 3rem !important;
    }
}

.login > .row > div:first-child .login-title h3, .login > .row > div:first-child .login-title .h3 {
    font-size: 0.7rem;
    font-weight: 500 !important;
    margin-top: 20px !important;
    color: white !important;
    letter-spacing: 0.1rem !important;
}

@media (min-width: 680px) {
    .login > .row > div:first-child .login-title h3, .login > .row > div:first-child .login-title .h3 {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) {
    .login > .row > div:first-child .login-title h3, .login > .row > div:first-child .login-title .h3 {
        font-size: 1.3rem !important;
    }
}

.login > .row > div:last-child {
    padding: 50px 0;
    background-size: cover;
    position: relative;
}

    .login > .row > div:last-child:after {
        display: block;
        content: '';
        /*width: 100%;
        height: 100%;*/
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .login > .row > div:last-child form {
        width: 250px;
        position: relative;
        z-index: 10;
    }

@media (min-width: 680px) {
    .login > .row > div:last-child form {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .login > .row > div:last-child form {
        width: 500px;
    }
}

.login > .row > div:last-child form label {
    color: white;
}

.login > .row > div:last-child form button {
    float: right;
}

.login > .row > div:last-child form div:last-child {
    margin-top: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

    .login > .row > div:last-child form div:last-child a {
        color: white;
    }

.login > .row .social {
    display: none;
}

@media (min-width: 1200px) {
    .login > .row .social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        list-style: none;
        text-align: center;
    }
}


.login > .row .social li {
    margin: 0 10px;
}

    .login > .row .social li a {
        display: block;
        width: 30px;
        height: 30px;
    }

        .login > .row .social li a.twitter {
            background-image: url('../images/Logo/icon_twitter.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .login > .row .social li a.linkedin {
            background-image: url('../images/Logo/icon_linkedin.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

.login > .row .contact-details {
    display: none;
}

@media (min-width: 1200px) {
    .login > .row .contact-details {
        display: flex;
        margin-top: 40px;
    }
}

.login > .row .contact-details a {
    text-decoration: none;
    color: white;
    font-family: "rift", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin: 0 10px;
}

.login > .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    /*margin-left: calc(var(--bs-gutter-x) / -2);*/
}

    .login > .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-label {
    font-weight: 500;
}

.form-control {
    border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.errorMsg {
    font-size: 1.1rem;
    padding-bottom: 5px;
}

.text-danger {
    color: #dc3545 !important;
}

.submit-section .btn-primary {
    background: #FF006A;
    border-color: #FF006A;
    color: white !important;
}

    .submit-section .btn-primary:hover {
        background: #FF006A;
        border-color: #FF006A;
    }

    .submit-section .btn-primary:focus {
        color: #fff;
        background-color: #b62b70;
        border-color: #ab296a;
        box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
    }

    .submit-section .btn-primary:active {
        color: #fff;
        background-color: #ab296a !important;
        border-color: #a12663 !important;
    }

        .submit-section .btn-primary:active:focus .submit-section .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
        }

    .submit-section .btn-primary:disabled, .submit-section .btn-primary.disabled {
        color: #fff;
        background-color: #d63384;
        border-color: #d63384;
    }

.submit-section .btn {
    font-family: "rift", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 20px;
}

@media (prefers-reduced-motion: reduce) {
    .submit-section .btn {
        transition: none;
    }
}

.submit-section [type="submit"], .submit-section [type="button"] {
    float: right;
}

.submit-section button, .submit-section [type="button"], .submit-section [type="reset"], .submit-section [type="submit"] {
    -webkit-appearance: button;
}

*, *::before, *::after {
    box-sizing: border-box;
}
.login-title h2, .login-title h3 {
    font-family: "rift", sans-serif !important;
}
.login-title h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
#forgetPasswordSection, #reSetPasswordSection {
    margin-left: 12%;
}
#SendCodeSection > .form-group {
    border: 1px solid #dee2e6 !important;
    position: relative;
    padding: 1rem 0.5rem;
    border-radius: 0.25rem;
    --bs-bg-opacity: 1;
    background-color: #F1EFEF !important;
    margin: 10px;
    width:100%;
}
#SendCodeSection > .form-group > input{
    width: 100%;
    border-color: transparent;
    font-size:18px;
    cursor:pointer;
}