.pre-bg-01
{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/wb1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    background-size: 100%;
    background-position-y: 5%;
}
.pre-content-01
{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(rgba(255,255,255, 0.8), rgba(255,255,255, 0.8)), url('../images/wb2.png');
    
    background-size: cover;
    background-attachment: fixed;

}
.flex-items-center {
    display: flex;
    align-items: center;
}
.flex-items-start {
    display: flex;
    align-items: start;
}
.flex-items-baseline {
    display: flex;
    align-items: baseline;
}
.justify-center {
    justify-content: center;
}
.ml-auto {
    margin-left: auto;
}

@media only screen and (max-width: 767px)
{
    .pre-bg-01
    {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/mb1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        min-height: 100vh;
        background-color: #fff;
        background-size: 100%;
        background-position-y: 40%;
    }
    .pre-content-01
    {
        position: relative;
        min-height: 100vh;
        width: 100%;
        display: block;
        background: #00adee;


    }
}


/* welcome */
.centerized-box
{
    max-width: 600px;
    min-width: 600px;
    padding-top: 5vh;
    padding-bottom: 20vh;
}

.form-centerized-box
{
    border-radius: 24px;
    background-color: transparent;
    padding: 1.25rem 2rem;
}
.top-header-box
{
    padding: 0 1.25rem 2rem;
    min-height: 110px
}
.welcome--top-header
{
    font-size: 2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.32px;
    text-align: left;
    color: #00adee;
}
.form-ico-box
{
    cursor: pointer;
    background: white;
    display: inline-flex;
    border-radius: 100%;
    padding: 5px;
}
.form-ico-box i {
    color: #00adee;
    font-size: 1.25rem;
}
.form-center-title
{
    font-size: 1.375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00adee;
}
.reminder-01
{
    font-size: 0.938rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #676767;
}

@media only screen and (max-width: 767px){
    .welcome--top-header
    {
        font-size: 2rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.32px;
        text-align: left;
        color: #fff;
    }
    .form-ico-box
    {
        cursor: pointer;
    }
    .form-ico-box i {
        color: #00adee;
        font-size: 1.25rem;
    }
    .centerized-box
    {
        max-width: 100%;
        min-width: 100%;
        padding-top: 2.5rem;
        padding-bottom: 0;
        
    }
    .form-centerized-box
    {
        min-height: calc( 100vh - 4.5rem );
        border-radius: 0;
        /*margin-top:-10px;*/
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        min-width: 100vw;
        background-color: #fff;
        box-shadow: 0 10px 100px 0 rgba(33, 33, 33, 0.1);
    }
    .fixed-b
    {
        height: calc( 100vh - 4.5rem );
        overflow: auto;
    }
}



