﻿

.Section1_FirstCol {
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 10%;
    padding-top: 4%;
}

.Section1_FirstColTitle {
    font-size: 2em;
    font-weight: 600;
    color: var(--secondary--Color);
    font-family: 'MuseoSans-500';
}

.Section1_FirstColSubTitle {
    font-size:1em;
    color:#687189;
    font-weight:500;
}
.Section1_Login {
    margin-top:5%;
}

.Section1_Label1 {
    color: #687189;
    font-weight: 600;
}

.Section1_Label2 {
    color: #687189;
    font-weight: 600;
    margin-top: 5%;
}

.Section1_Login input {
    width: 100%;
    height: 40px;
    border: solid #9AA2B0 1px;
    border-radius:5px;
}


.Section1_Login input:focus {
    
    border: solid #354260 1px;
    outline: none;
}



.Section1_BtnSignIn {
    margin-top: 6%;
    width: 30%;
    height: 35px;
    background-color: var(--secondary--Color);
    color: white;
    text-align: center;
    line-height: 35px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'MuseoSans-500';
    font-weight: 400;
}


.Section1_SecondCol {
    width: 100%;
    height: 100%;
    background-color: var(--secondary--Color);
    display: flex;
}

.Section1_SecondColImg {
    width: 30%;
    height: auto;
    margin: auto;
}

