body {
    margin: 0;
    background-color: #f5f5f5;
}

#message {
    background: #F60047;
    height: auto;
    margin: 5% auto 5%;

    border-radius: 15px;
}


#message h1 {
    font-size: 22px;
    font-weight: 300;
    color: white;
    margin: 0 0 16px;
}

#message p {
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 14px;
}

#message a {
    display: block;
    text-align: center;
    background: #1b4491;
    text-decoration: none;
    color: #00aaa2;
    border-radius: 4px;
}

#message,
#message a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}

.submit-button {
    padding-bottom: 3%;
    text-align: left;
}

.buttonconfirm {
    margin: 0 auto;
}

.center-div {
    text-align: center;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

input[type="password"] {
    color: white;
    background-position: 10px 10px;
    border-bottom: 1px solid white !important;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.input-field>label {
    color: white !important;
}

/* label focus color */
.input-field input:focus+label {
    color: white !important;
}

/* label underline focus color */
.row .input-field input:focus {
    border-bottom: 1px solid white !important;
    box-shadow: 0 1px 0 0 #fff !important;
}

@media (max-width: 30px) {
    body,
    #message {
        margin-top: 0;
        background: white;
        box-shadow: none;
    }

    body {
        border-top: 16px solid #f5f5f5;
    }
}

.color-footer {
    background-color: #f3f3f3 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-responsive-dos {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

@media (max-width: 600px) {
    .img-responsive {
        width: 100% !important;
        height: auto !important;
    }

    .img-responsive-dos {
        width: 100% !important;
        height: auto !important;
    }
}