﻿
body {
    margin: 0%;
    font-family: "Poppins", sans-serif;
}

main {
    background: #efefef url('../image/back.svg') no-repeat 0/cover;
    height: 100%;
    padding-bottom: 3rem;
}

.Auth {
    background: #efefef url('../image/back.svg') no-repeat 0/cover;
    height: 100vh;
    padding-bottom: 3rem;
}




header img {
    padding-top: 3rem;
    padding-left: 3rem;
}



.leftSection {
    padding-top: 3rem;
    width: 50vw;
    padding-left: 3rem;
}

    .leftSection p {
        width: 35vw;
    }

.rightSection {
    width: 50vw;
}

.form {
    width: 33vw;
    background-color: white;
    border-radius: 10px;
    margin-left: 3rem;
    padding-bottom: 3rem;
}

form {
    margin-top: 2rem;
}

.form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
}

form input {
    margin: 9.6px 0px;
    border-radius:0rem !important;
}
select {
    margin: 9.6px 0px;
}

    form input[type="submit"],
    .btn {
        font-weight: 700;
        border: none;
        border-radius: 0px;
    }

.btn {
    background-color: #002147;
    color: white;
    border: none;
    
}
.btn-secondary {
    border-radius: 0rem !important;
}


form input[type="submit"] {
    background-color: #fdc800;
    color: black;
    margin-top: -1rem;
}

#forget_password {
    margin-top: 1rem;
    color: dimgray;
    text-decoration: underline;
    padding-bottom: 3rem;
}




@media screen and (max-width: 580px) {
    .authentication {
        flex-direction: column;
    }

    .leftSection {
        width: auto;
    }

        .leftSection p {
            width: auto;
        }

    .form {
        width: 400px;
    }
}

@media screen and (max-width:950px) {
    .authentication {
        flex-direction: column;
    }

    .leftSection {
        width: 80vw;
    }

        .leftSection p {
            width: auto;
        }

    .form {
        width: 80vw;
    }

    .Auth {
        background: #efefef url('../image/back.svg') no-repeat 0/cover;
        height: 100%;
        padding-bottom: 3rem;
    }
}

#nationality {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
#gender{
    margin-bottom:0.5rem;
}