﻿.html, body {
    min-width: 376px;
    background: #000000;
}
.mentor-net-root {
    color: white;
    font-size: 16px;
    position: relative;
    padding: 64px;
    min-height: 100vh;
    display: flex;
}
.form-group {
 margin-bottom: 0;
}
.mentor-net-background {
    top: 0;
    bottom: 0;
    left: 30%;
    right: 0;
    position: absolute;
    z-index: -10;
}
.mentor-net-left-shadow{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -5;
}
.mentor-net-left-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62%; 
    height: 100%;
    background: linear-gradient(to right, black 47%, transparent 100%);
    pointer-events: none;
    z-index: -6;
}

    .mentor-net-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
    }

    .mentor-net-background video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none;
    }

    .mentor-net-background video::-webkit-media-controls {
        display: none !important;
    }

.mentor-net-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.custom-control-label::before {
 top:0.1rem
}
.custom-control-label::after {
    top:0.1rem
}
.mentor-net-blackout {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(49deg, rgba(255, 255, 255, 0.00) 47.84%, rgba(255, 255, 255, 0.10) 73.19%, rgba(255, 255, 255, 0.00) 94.5%), rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(14px);
    background-blend-mode: luminosity;
    -webkit-backdrop-filter: blur(14px);
    z-index: -1;
}
.forgot-password-panel{
    font-size: 14px;
}
.mentor-net-form {
    min-width: 335px;
    max-width: 500px;
    flex-shrink: 0;
    align-self: start;
    position: relative;
    padding: 40px;
    margin: auto;
}
.already-sign{
    margin-bottom: 12px;
}
.consent-item-padding{
    padding-bottom: 7px;
}
.custom-header {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
}

    .mentor-net-form .mentor-net-blackout {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .mentor-net-form input.form-control {
        background: rgba(255, 255, 255, 0.10);
        color: rgba(255, 255, 255, 0.80);
        border: 0;
    }
    .mentor-net-form input.form-control:active{
        background:rgba(255, 255, 255, 0.30);
        border: 0;
    }

    .mentor-net-form input.form-control:focus{
        box-shadow: 0 0 0 .2rem rgba(233, 89, 185, 0.5);
        background:rgba(255, 255, 255, 0.30);
    }

    .mentor-net-form input.form-control::placeholder {
        color: rgba(252, 252, 252, 0.5);
    }

    .mentor-net-form input.form-control,
    .mentor-net-form .btn {
        border-radius: 16px !important;
        height: 40px;
        padding-top: 8px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    
    .mentor-net-form .btn {
        background-color: white !important;
        border: 1px solid white !important;
    }

    .mentor-net-form .btn,
    .mentor-net-form .continue-btn-text {
        color: black;
    }

    .mentor-net-form .btn:hover:not(:disabled) {
        background-color: #D9D9D9 !important;
        border: 1px solid #D9D9D9 !important;
        color:black !important; 
    }
    .mentor-net-form .btn:focus:not(:disabled) {
        border-color: #E959B9 !important;
        box-shadow: 0 0 0 .2rem rgba(233, 89, 185, 0.5);
    }
.mentor-net-form .btn:active:not(:disabled){
    color:black !important;
    border: none !important;
}
/*.mentor-net-form .btn:hover:not(:disabled),
.mentor-net-form .btn:hover .continue-btn-text:not(:disabled) {
    color: white !important;
}*/
.form-sub-title{
    padding-bottom: 40px;
}
    .mentor-net-form .password-icon {
        right: 16px;
    }

    .mentor-net-form input.form-control-1 {
        padding: 11px 0;
    }
.mentor-net-logo{
    position: absolute;
    top: 64px;
    left: 64px;
}
.mentor-net-logo img {
    max-height: 35px;
    max-width: 100%;
}

.mentor-net-disclaimer {
    align-self: end;
    margin-left: 64px;
    text-align: left;
    display: flex;
    align-items: end;
    flex-direction: column;
}

    .mentor-net-disclaimer h1 {
        font-weight: 600;
    }

    .mentor-net-disclaimer p {
        width: 66%;
        margin: 0;
    }

.mentor-net-root .text-separator {
    color: white;
}
.mentor-net-logo{
    display: none;
}
    .mentor-net-root .text-separator a {
        color: white !important;
    }

.mentor-net-root .password-hint {
    color: white;
}

.mentor-net-root a {
    color: #E959B9 !important;
}

.terms-container a {
    color: white !important;
    text-decoration: none !important;
}
.mentor-net-list-header{
    font-size:24px;
    font-weight:500;
}
.mentor-net-list-item {
    font-size: 16px;
    font-weight: 400;
}
.inform-logo {
    text-align: center;
    padding-bottom: 24px;
}
.inform-logo img {
    max-height: 30px;
    max-width: 100%;
}
@media screen and (max-width: 1440px) {
    .mentor-net-disclaimer p {
        width: 100%;
    }
    .mentor-info-container {
        max-width:70%;
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .consent-item-padding{
        padding-bottom: 7px;
    }
    .inform-logo,
    .form-sub-title {
        padding-bottom: 24px;
    }
    .custom-header{
        margin-bottom: 20px;
    }
    .mentor-info-container {
        max-width: 70%;
        font-size: 12px;
    }
    .mentor-net-disclaimer {
        margin-left: 0;
        margin-top: 24px;
    }

    .custom-control-label{
        font-size: 12px !important;
    }
    .external-provider-icon {
        width: 20px !important;
        height: 20px !important;
        background-size: 20px !important;
    }
    .forgot-password-panel{
        font-size: 12px !important;
    }
    .mentor-net-form input.form-control,
    .mentor-net-form .btn {
        height: 36px;
        font-size: 14px;
        border-radius: 12px !important;
        padding-top: 7px;
        margin-bottom: 12px;
    }
    .mentor-net-form{
        padding: 24px;
    }
    .custom-control-label::before {
        top:0
    }
    .custom-control-label::after {
        top:0
    }
}
@media screen and (max-width: 1024px) {
    .custom-checkbox .custom-control-label::before{
        top:0
    }
    .external-providers-container{
        padding: 0;
    }
    .mentor-net-left-shadow{
        display: none !important;
    }
    .password-icon .bi{
        height: 16px;
    }
    .forgot-password-panel{
        font-size: 12px !important;
        padding-top: 6px;
    }
    .custom-checkbox .custom-control-label::after{
        top:0
    }
    .inform-logo{
        display: none;
    }

    .mentor-net-logo{
        display: block;
        top:28px;
        left: 28px;
       
    }
    .mentor-net-logo img{
        max-height: 28px;
    }
    .mentor-net-root {
        padding: 32px;
    }
    .custom-header {
        font-size: 16px;
    }
    .already-sign{
        font-size: 14px;
    }
    .mentor-net-background {
        left: -40%;
    }
    .content-separator{
        display: none;
    }
    .allow-remember-login{
        top:6px;
    }
    .mentor-net-content{
        width: 100%;
    }
    .mentor-net-form {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .consent-item-padding{
        padding-bottom: 7px;
    }
    .external-providers-container{
        padding: 0 10px;
    }
    .external-provider-container{
        padding: 0 5px
    }
    .continue-btn{
        width: 100%;
    }
    .continue-btn-text{
        display: none !important;
    }
    .mentor-net-background{
        left: -28%;
        aspect-ratio: 16 / 9;
    }
    .mentor-net-background::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, black 35%, transparent 100%);
        pointer-events: none;
    }
    .custom-checkbox .custom-control-label::before{
        top:-0.1rem
    }
    .custom-checkbox .custom-control-label::after{
        top:-0.1rem
    }
    .inform-logo,
    .mentor-net-root {
        padding: 0px;
    }
    .form-sub-title {
        padding-bottom: 18px;
    }
    .mentor-net-form input.form-control,
    .mentor-net-form .btn {
        height: 32px;
        font-size: 12px;
        padding-top: 6px;
        line-height: 21px;
        border-radius: 10px !important;
        margin-bottom: 10px;
    }
    .mentor-net-form {
        margin:45% auto auto auto !important;
    }
    .forgot-password-panel{
        font-size: 10px !important;
        padding-top: 6px;
    }
    .custom-control-label{
        font-size: 10px !important;
    }
    .mentor-net-content{
        width: 100%;
    }
    .mentor-info-container {
        max-width: 100%;
        font-size: 10px;
    }
    .mentor-net-disclaimer {
        text-align: initial;
        align-items: initial;
    }

    .mentor-net-disclaimer p {
        width: auto;
    }
}
@media screen and (max-width: 667px) {
    
}