@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: 'Montserrat';
}

body {

    background-color: #F7F7F7;
    display: flex;
    font-family: Montserrat;
    width: 100vw;

}

.fields a{
    text-decoration: none;
}

.left-side {
    height: 100vh;
    width: 100%;
    background-image: url("../../img/sign-in/left-banner.png");
    background-size: cover;
    background-position: center;

}

.right-side {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.fields input,
select {
    box-sizing: border-box;

    /* Auto layout */

    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 280px;
    height: 45px;

    /* Neutral/Preto 07 */

    border: 1px solid #F1F1F1;
    border-radius: 6px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 7px 0;
}

.modal-content{
    position: relative;
min-width: 300px;
max-width: 450px;
height: 348px;

background: #FFFFFF;
}

.mail-icons{
    display: flex;
  height: 100px;
  width: 100px;
  border-radius: 50%;
background: #F2F9E9;
justify-content: center;
align-items: center;
}


.personal-fields form label {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    color: #999DA1;
    margin: 0;

}

.fields label {
    color: #999DA1;
}


.sign-in {
    /* Rectangle 6 */

    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

    width: 300px;
    height: 355px;


    background: #FFFFFF;
    /* Neutral/Preto 06 */

    border: 1px solid #F2F3F3;
    border-radius: 8px;
}

.fields .medium-btns {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 275px;
    background: #78BF23;
    border-radius: 8px;
    color: #fff;
    font-family: Montserrat;
    border: none;
    outline: none;
}

.check {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin: 0;
    padding: 0;
    color: #57584E;
}

.check input {
     
    margin-right: 5px;
}

.well {
    width: 300px;
}

.well {
    font-size: 20px;
    font-weight: 600px;
}


.well p {
    font-size: 14px;
}

/* .fields .medium-btns:hover{
    
    background-color: #78BF23;
    
    } */


.father {
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.left-side {
    display: none;
}

.account {
    margin: 24px;
    width: 300px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;

}

.account a {

    color: #78BF23;
    cursor: pointer;
    text-decoration: none;

}

.account p {
    margin: 10px 0;
    color: #333435;
}

.logo-mobi{
    margin-top: 24px;
    margin-bottom: 40px;
}

@media screen and (min-width:600px) {

    .modal-content{
        position: relative;
    width: 450px;
    height: 348px;
    
    background: #FFFFFF;
    }
    .account{
        width: 317px;
    }

    .fields input,
    select {

        width: 311px;
    }

    .sign-in {
        width: 343px;
    }

    .fields .medium-btns {
        width: 311px;
    }

    .well {
        width: 336px;
    }


}

@media screen and (min-width:768px) {

    .fields input,
    select {

        width: 374px;
    }

    .sign-in {
        width: 438px;
    }

    .fields .medium-btns {
        width: 374px;
    }

    .well {
        width: 438px;
    }

}

@media screen and (min-width:992px) {

    .logo-mobi{
        display: none;
    }
    .logo-descrip img{
        margin-bottom: 36px;
    }
    .logo-descrip {
        margin-top: 73px;
        margin-left: 40px;
        height: 145px;
        width: 325px;
        border-radius: 0px;
    
        font-weight: 800px;

    }

    .logo-descrip label{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        /* or 133% */
        
        display: flex;
        align-items: center;
        
        color: #272727;
        
        
        /* Inside auto layout */
        
        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .father {
        flex-direction: row;
        overflow: hidden;
    }

    .left-side {
        display: flex;
    }

}