body{
    font-family: 'Poppins', sans-serif !important;
}

body.login{
    background-color:#fff;
    background-image:url("/static/img/background_login_speedmiles.jpg")!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#fff;
    /*
    background-position: center center;
    height: 100%;
    width: 100%;
    */
}

div #content{
    box-shadow: -1px 2px 7px 0px #d5d5d5;
}

.alert-speedmiles{
    border: 1px dashed #ffc30c;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    text-align: justify;
    color: #7a7a7a;
    font-size: 0.9em;
}

body.login .submit-row input[type="submit"]{
    border: 2px solid #0c9ca3;
    color: #fff;
    background: #0c9ca3;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
    font-size: 0.9em;
    margin-bottom: 20px;
}

body.login .submit-row input[type="submit"]:hover{
    background: #e61e55;
    font-weight:600;
    cursor:pointer;
}

h2.welcome{
    text-transform: uppercase;
    color: #505050;
    font-size: 1.3em;
}