﻿.login-left-container {
    background: #2B0F43;
    width: 400px;
    height: 100%;
    position: absolute;
}
.forgot-password-container {
    background: #2B0F43;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-grow: 1;
    width: 100vw;
    height: 100vh;
    position: absolute;
}


.forgot-password-container h1 {
    font-size: 20px;
}



.forgot-container {
    padding: 14px;
    font-size: 12px !important;
   
}


.login-left-button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0px 50px;
}

.login-login-selector {
    color: #955FC4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    cursor: pointer;
    text-decoration: none !important;
}

    .login-login-selector:hover {
        color: #955FC4;
    }

.login-register-selector {
    color: #955FC4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    cursor: pointer;
    text-decoration: none !important;
}

    .login-register-selector:hover {
        color: #955FC4;
    }

.login-section-active {
    color: white;
    border-bottom: 3px solid #955FC4;
}

.login-info-holder {
    margin-top: 40px;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
}

.login-label {
    color: #955FC4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.login-input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #955FC4;
    color: white;
    margin-bottom: 15px;
}

.login-additional-info-holder {
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
}

.login-forgor-link {
    color: #955FC4;
    font-weight: 500;
    font-size: 14px;
}

.back-to-login {
    color: #955FC4;
    font-weight: 500;
    font-size: 14px;
    margin-top: 2em;
}

.login-remember-label {
    color: #955FC4;
    font-weight: 500;
    font-size: 14px;
}

.login-remember-check {
    border-color: #955FC4;
}

.login-submit-button {
    width: 300px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 6px;
    color: white;
    background: #955FC4;
    margin-top: 40px;
    border: none;
}

.login-external-providers-header {
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #955FC4;
    font-weight: 500;
    font-size: 14px;
}

.login-external-providers {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    justify-content: space-around;
}

.login-external-providers-text {
    color: white;
    background: #955FC4;
    padding: 5px 25px;
    border: none;
    margin-right: 10px;
}

.login-right-container {
    background: white;
    width: calc(100% - 400px);
    left: 400px;
    height: 100%;
    position: absolute;
    padding: 50px;
}

.login-no-register-title {
    color: #955FC4;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 20px;
    margin-left: 10px;
}

.login-cards {
    display: flex;
    justify-content: space-between;
}

.login-card {
    border: 1px #955FC4 solid;
    background: #2B0F43;
    color: #955FC4;
    padding: 10px 30px;
    margin: 10px;
    min-width: 30%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-card-header {
    color: white;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}


.login-card-button {
    background: #955FC4;
    color: white;
    border: none;
    padding: 10px;
    font-weight: 500;
}

.projects-pane-main-header {
    padding: 20px;
}

.project-pane-main-header-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: -10px;
}

.terms-and-conditions-card {
    border-radius: 0px 0px 10px 10px;
    padding: 0px 20px;
    margin-left: 10px;
    border: 1px #EFEFEF solid;
}

.terms-and-conditions-title {
    color: #2B0F43;
    margin-left: 20px;
}

.terms-and-conditions-header {
    border-radius: 10px 10px 0px 0px;
    background: #2B0F43;
    margin-left: 20px;
    color: white;
    margin-bottom: 0px;
    padding-left: 20px;
}