﻿
/*
    --colors-- 
    white:
    #f8f8f8

    gray:
    #262626
    #7D7D7D
 

    gold:
    #88744A
    #A0906E
    #B8AC92

    green:
    #208407

*/

@font-face {
    font-family: "GothamMedium";
    font-weight: 500;
    src: url("../fonts/GothamMedium.otf") format("opentype");
}


@font-face {
    font-family: "GothamBook";
    font-weight: 400;
    src: url("../fonts/GothamBook.otf") format("opentype");
}


* {
    box-sizing: border-box;
    font-family: "GothamBook", sans-serif;

}
input, textarea {
    -webkit-user-select: text;
}

/*Login - Left side*/  

.loginContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width:none !important;
    padding:0;
}

.loginBackground {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../../images/login-background.webp);
    background-size: cover;
}


.loginCard {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-top: 80px;
    margin-bottom: 80px;
}


.logo{
    width:162px;
    height: 24px;
}

.textCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    background-color:inherit;
    border-style:none;
}

.welcomeMessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.25rem
}

.welcome-1 {
    font-size: 64px; 
    margin-bottom: 0;
    color: #88744A;
    
}

.welcome-2 {
    font-size: 19px;
    margin-bottom: 0;
    color: #262626;
    margin-top: 25px;
}


.formBody {
    width: 478px;
    padding: 0;
    margin-top: 20px;
}

.fieldsetBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fieldsetRow{
    width: 100%;
    margin: 0;
}

.fieldsetCol{
    max-width:100%;
    padding:0;
}

.inputElements .input-group {
    width: 100%;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    flex-direction:column;
}

.form-control {
    height: auto;
    border-radius: 10px !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control:focus {
    border-color: #88744A;
    box-shadow: none;
}


.inputElements label {
    margin-bottom: 0;
    color: #88744A;
    text-align: left;
    font-weight:500;
}

/*Buttons*/
.buttonRow{
    width: 100%;
    margin-bottom: 0;
}

.buttonCol{
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 16px;
    padding:0;

}

.forgotPassword{
    align-self: flex-end;
    font-size: 13px;
    line-height: normal;
    color: #262626;
    text-decoration-line: underline;
}

.forgotPassword:hover{
    color: #88744A;
    text-decoration-line:none;
}


.loginButton {
    font-family: "GothamMedium",sans-serif;
    width: 184px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: normal;
    border-radius: 60px;

    color: #f8f8f8;
    background-color: #88744A;
    border: #88744A;
}

.loginButton:disabled {
    background-color: #DDD;
}

.loginButton:disabled:hover,
.loginButton:disabled:active {
    background-color: #DDD;
    box-shadow: none;
}

.loginButton:hover,
.loginButton:focus,
.loginButton:active
{
    background-color: #A0906E;
    outline: none;
}

.buttonCol p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: normal;
    color: #262626;
}

.registerLink{
     color: #88744A;
     text-decoration-line: underline;
     line-height: normal;
}

.registerLink:hover{
     color: #262626;
     text-decoration-line:none;
}

/*Login - Right side*/

.imageContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.image {
    width: 643px;
    height: 740px;
    border-radius: 0px 24px 24px 0px;
    transition: opacity 3000ms ease-out;
}

/*Login - Left side*/
.loginForm {
    width:638px;
    height: 740px;   
    display: flex;
    flex-basis:auto;
    flex-direction: column;
    align-items: center;
    
    gap: 131px;
    padding: 80px 0;
    border-radius: 24px 0px 0px 24px;
    background-color: #f8f8f8 !important;
}

/*Request sent*/
.request-sent--card {
    width: 380px;
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    transform: translate(430px, 0px);
    margin-top: 27px;
    margin-right: 40px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background-color: #F8F8F8;
    box-shadow: 8px 8px 11px 0px rgba(0, 0, 0, 0.07), -8px 0px 11px 0px rgba(0, 0, 0, 0.07);
}

.text-card {
    display: flex;
    padding-top: 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.text-1 {
    margin: 0;
    font-size:19px;
    font-weight: 500;
    color: #208407;
}

.text-2 {
    margin:0;
    font-size:16px;
    color: #262626;
}


/*Media queries*/
@media (max-width: 1290px) {
    .loginForm {
        max-width: 643px;
        border-radius: 24px;
    }

    .image {
        width:100%;
        border-radius: 24px;
    }
    .loginCard{
        flex-direction:column;
    }
    .request-sent--card {
        width:320px;
        margin-left:20px;
        transform: translate(0px, 61px);
    }
}


@media (max-width: 650px ){
    .loginCard,
    .loginForm,
    .formBody {
        width: 100%;
    }
}

@media (max-width: 500px){
    .textCard{
        width: 100%;
        padding: 0 20px;
    }
}



