@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

.head {
    text-align: center;
    padding-top: 3vh;
    font-size: 18px;
    text-transform: capitalize;
}

.bil img {
    width: 20%;
}

.case {
    
}

label{
    display: block;
}

.mail, .pass, .c-pass {
    text-transform:  uppercase;
    padding-top: 1vh;
}

.c-pass {
    padding-bottom: 2vh;
}

input {
    border-radius: 10px;
    padding: 2vh;
    width: 320px;
    height: 5vh;
    border-style: groove;
    font-size: 18px;
    color: rgb(252, 134, 83);
}

.link {
    padding-top: 2vh;
    display: flex;
    justify-content: center;
}

button {
    width: 20vh;
    height: 5.5vh;
    border-radius: 20px;
    border-color: rgb(252, 134, 83);
    border-style: groove;
    background: black;
    color: #fff;
}

button:hover {
    background: rgb(252, 134, 83);
    color: black;    
    border: 2px solid black;
}

.gg a, .ios a {
    text-decoration: none;
    color: black;
}

.gg a:hover, .ios a:hover {
    color: #fff;
}

.gg, .ios {
    padding-right: 3vh;
    padding-left: 1vh;
    border-radius: 30px;
    background: rgb(252, 134, 83);
    margin-bottom: 2vh;
    height: 7vh;
}

.gg {
    margin-right: 3vh;
}

.login a {
    color: rgb(252, 134, 83);
    text-decoration: none   ;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
    .bil img, input {
       width: auto;
       height: auto;
    }
}