body{
    background-color: #24353F;
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration:underline;
}
.log{
    color: #17A2B8;
}
.shadow-form{
    box-shadow:0px 0px 20px 5px rgb(0, 0, 0) ;
    background-color: #24353F;
}
input:focus{
    border-color: #17A2B8 !important;
    box-shadow: none !important;
}
input::placeholder{
    color: white !important;
}
input{
    color: white !important;
}