
.back-button{
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    column-gap: 8px;
    padding: 10px 10px;
    background: transparent;
    border: none;
    align-self: flex-start;
    margin-left: 12px;
}

.back-button img{
    width: 20px;
    height: 20px;
}


.logo{
    width: 80px;
    height: 80px;
    margin-top: 50px;
}

.title{
    font-size: 18px;
    line-height: 18px; 
    text-align: center;
    margin-top: 6px;
    color: #1A8FE3;

    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);

}


.subtitle{ 
    font-size: 13px;
    line-height: 9px; 
    text-align: center; 
    color: #000000; 
    margin-top: 5px;
}


.register-container{
    margin-top: 34px;
    width: 100%; 
    height: fit-content;  
    background: #A3E3FF;
    border-radius: 12px 12px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 60px;
}

.register-container h3{ 
    font-size: 15px;
    line-height: 20px; 
    text-align: center; 
    color: #2E2D2D;
    margin-top: 18px;
}


.register-profile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 24px;
}
.register-profile img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.register-container h4{ 
    font-size: 12px;
    line-height: 12px;
    /* identical to box height */
    text-align: center;
    margin-top: 12px;
    color: #2E2D2D;
    margin-bottom: 24px;
}

label{ 
    font-size: 12px;
    line-height: 9px; 
    width: 90%;
    color: #2E2D2D;
    height: fit-content;
    margin-bottom: 5px;
}

.input-field{ 
    width: 90%;
    height: 30px;  
    background: #EFF7F6;
    border: 1px solid #428977;
    border-radius: 4px; 
    font-size: 11px;
    line-height: 15px; 
    color: #2E2D2D;  
    padding-left: 10px;
    margin-bottom: 12px;
    outline: none;
}


.textarea-field{
    width: 90%;
    height: 100px;
    background: #EFF7F6;
    border: 1px solid #428977;
    border-radius: 4px; 
    font-size: 11px;
    line-height: 15px; 
    color: #2E2D2D;  
    padding-left: 10px;
    margin-bottom: 12px;
    resize: none;
    overflow: auto;
    padding: 10px;
    outline: none;
}


.register-button{ 
    background: #1A8FE3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px; 
    font-size: 12px;
    line-height: 12px; 
    text-align: center; 
    color: #F7F4EA;
    width: fit-content;
    height: fit-content; 
    margin-top: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 8px 10px;
}

.logout-button{
    background: rgb(181, 34, 34);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px; 
    font-size: 12px;
    line-height: 12px; 
    text-align: center; 
    color: #F7F4EA;
    width: fit-content;
    height: fit-content; 
    margin-top: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 8px 10px;
}

.textarea-field{
    width: 90%;
    height: 100px;
}




