body{
    background-color: white !important;
}
.container-all{
    width: 100%;
    height: 94vh;
}
.get-in {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.705);
}
.welcome  {
    width: 75%;
    margin: auto;
    text-align: center;
}
.formulary {
    width: 250px;
    height: 350px;
    margin: auto;
    margin-top: 10%;
}
.formulary .options a {
    padding: 1%;
    background-color: transparent;
    color: white;
    text-transform: capitalize;
    transition: all 300ms;
    font-size: 15px;
    padding: 3%;
    border-radius: 8px;
}
.options{
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.formulary .options a:hover{
    background-color: #ccc;
    color: black;
}
.formulary strong {
    background-color: red;
    color: white;
    margin: auto;
    padding: 1.5%;
    display: block;
}
.country {
    margin: auto;
    text-align: center;
}
.country input {
    margin: 1%;
    padding: 2%;
    font-family: sans-serif;
    width: 94%;
}
.send {
    margin: auto;
} 

.send input {
    width: 100%;
    padding: 2%;
    border: none;
    cursor: pointer;
    margin-top: 5%;
}

@media (max-width : 800px){
    .container-all{
        height: auto;
    }
    .formulary{
        width: 90%;
        height: 550px;
    }
    .country input{
        border-radius: 0px;
        margin-top: 50px;
        font-size:16px;
        border: none;
    }
    #signIn{
        width: 100%;
        margin: 9% 0;
        padding: 3%;
        border-radius: 0;
        border: none;
        color: black;
    }
}
