﻿
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.change-screen-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #195e9a;
}

.change-screen-section {
    width: 400px;
    padding: 1rem 2rem;
}

/*----------------------------------------------
    [Header]
*/
.change-screen-form-header {
    display:flex;
    justify-content:center;
    align-content:center;
    text-align:center;
    padding: 0.5rem;
}

.label-title{
    font-size: 20pt;
    text-align: center;
    margin-top: 2rem;
    color: white;
}

/*-----------------------------------------------
    [Form]
*/
.change-screen-form {
}

.form-label-text {
    font-size: 11pt;
    flex-wrap:wrap;
    margin: 3rem 0 1rem 0;
    color:white;
}

.form-input-mail-error {
    border: 2px solid red;
    border-radius: 5px;
}

/*------------------------------------------------
    [Button]
*/
.form-button-container {
    /*background-color: #081E33;*/
    margin-top: 2rem;
    height: 3rem;
    background-color: rgba(27, 187, 68, 0.5);
    border: 1px solid #195E9A;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.form-button-text{
    font-weight:600;
    color: white;
    font-size:12pt;
}

/*-------------------------------------------------
    [Text-Maybe later]
*/
.form-later-container {
    text-align:center;
    margin-top: 1rem;
}

.form-later-container p {
    font-size: 11pt;
    font-weight: 600;
    color: rgba(27, 187, 68, 0.5);
}