.custom-login input{
    padding: 12px 8px !important;
    transition: .3s ease-in !important;
    margin-bottom: .67em !important;
    width: 49% !important;
}
.custom-login input:focus{
    box-shadow: 2px 2px 60px -10px rgb(218 41 28 / 71%) !important;
    border: 1px solid rgb(218 41 28) !important;
}
.custom-login button{
    display: block;
    margin-top: 0.67em;
    padding: 12px 20px;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease-in !important;
    border: 1px solid #181818;
}
.custom-login button:hover{
    box-shadow: 2px 2px 60px -10px rgb(218 41 28 / 71%) !important;
    border: 1px solid #da291c;
}
@media screen and (max-width: 560px){
    .custom-login input{
        width: 100% !important;
    }
}