footer{
    background:#FFC627 ;
}


h1{
    color: #252525;
}

.btn-login{
    background: #FFC627;
    width: 12.5rem;
    height: 2rem;
    color: white;
    border: transparent;
    border-radius: 10px ;
    transition: 0.5s;
}

.btn-login:hover{
    background: #878DFF;
    transition: 0.5s;
}

@media only screen and (min-width: 775px) {
    .login-center {
        margin-top: 12vw;
        margin-left: 10vw;
        text-align: center;
        vertical-align: middle;
        color: #252525;
    }
}


@media only screen and (max-width: 775px) {
    .login-center {
        margin-top: 12vw;
        text-align: center;
        vertical-align: middle;
        color: #252525;
        font-size: 1.1rem;
    }

    .btn-login{
        margin-top: 30px;
        background: #FFC627;
        width: 15rem;
        height: 3rem;
        color: white;
        border: transparent;
        border-radius: 10px ;
        transition: 0.5s;
    }

    .form-input-escle{
        height: 3.5rem;

    }
}


