@import url('https://fonts.googleapis.com/css2?family=Poppins');

body
{
    margin: 0;
    padding: 0;
}

*
{
    font-family: 'Poppins', 'sans-serif';
    box-sizing: border-box;
}

.alertdiv
{
    text-align: center;
}
.alert
{

    height: 40px;
    color: white;
    border-radius: 20px;
    z-index: 9999;
}

.backbutton
{
    position: fixed;
    margin-top: 20px;
    margin-left: 20px;
}

.backbutton img
{
    width: 42px;
}

.title-regis
{
    /* border: 1px solid red; */
    text-align: center;
}

.logo-img{
    width: 20px;    
}

.title-regis h1
{
    margin-top: 8px;
}

form
{
    /* border: 1px solid red; */
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

label
{
    font-size: 24px;
    /* font-weight: 400; */
}

input
{
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    background-color: #D9D9D9;
    border: none;
    width: 660px;
    border-radius: 20px;
    height: 38px;
    margin-bottom: 10px;
}

select
{
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    background-color: #D9D9D9;
    border: none;
    width: 660px;
    border-radius: 20px;
    height: 38px;
    margin-bottom: 10px;
}

option
{
    background-color: white;
}

button
{
    width: 660px;
    background-color: #3C3C3C;
    color: white;
    font-size: 28px;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}

@media screen
and (min-width: 768px)
and (max-width: 1023px)
{
    .alert
    {
        height: 40px;
        color: white;
        border-radius: 20px;
        z-index: 9999;
    }
    form
    {
        /* border: 1px solid red; */
        width: 660px;
        margin-left: auto;
        margin-right: auto;
    }

    label
    {
        font-size: 24px;
        /* font-weight: 400; */
    }

    input
    {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
        background-color: #D9D9D9;
        border: none;
        width: 660px;
        border-radius: 20px;
        height: 38px;
        margin-bottom: 10px;
    }

    select
    {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
        background-color: #D9D9D9;
        border: none;
        width: 660px;
        border-radius: 20px;
        height: 38px;
        margin-bottom: 10px;
    }

    option
    {
        background-color: white;
    }

    button
    {
        width: 660px;
        background-color: #3C3C3C;
        color: white;
        font-size: 28px;
        text-align: center;
        border: none;
        border-radius: 10px;
        margin-top: 10px;
    }
}

@media screen
/* and (min-width: 768px) */
and (max-width: 767px)
{
    body
    {
        margin: 0;
        padding: 0;
    }
    .backbutton
    {
        position: fixed;
        margin-top: 20px;
        margin-left: 20px;
    }

    .backbutton img
    {
        width: 24px;
    }

    .title-regis
    {
        /* border: 1px solid red; */
        text-align: center;
    }
    .title-regis img
    {
        width: 170px;
    }
    .title-regis h1
    {
        margin-top: 4px;
        font-size: 20px;
    }

    form
    {
        /* border: 1px solid red; */
        width: 336px;
        margin-left: auto;
        margin-right: auto;
    }

    label
    {
        font-size: 14px;
        /* font-weight: 600; */
    }

    input
    {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
        background-color: #D9D9D9;
        border: none;
        width: 336px;
        border-radius: 20px;
        height: 28px;
        margin-bottom: 10px;
    }

    select
    {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
        background-color: #D9D9D9;
        border: none;
        width: 336px;
        border-radius: 20px;
        height: 28px;
        margin-bottom: 10px;
    }

    option
    {
        background-color: white;
    }

    button
    {
        width: 336px;
        background-color: #3C3C3C;
        color: white;
        font-size: 20px;
        text-align: center;
        border: none;
        border-radius: 10px;
        margin-top: 10px;
    }


}
