﻿body {
    font-family: 'Montserrat', sans-serif;
    transition: 3s;
}

.login-container {
    margin-top: 4%;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 60%;
}

.cadastro-container {
    margin-top: 4%;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 70%;
}

.RecuperarSenha-container {
    margin-top: 4%;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 60%;
}

.ads {
    background-color: #62809d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #FFF;
    padding: 15px;
    text-align: center;
}

    .ads h1 {
        margin-top: 20%;
    }

#fl {
    font-weight: 600;
}

#sl {
    font-weight: 100 !important;
}

.profile-img {
    text-align: center;
}

    .profile-img img {
        border-radius: 50%;
        border-width: thin;
        border-style: solid;
        border-color: gray;
    }

@keyframes mymove {
    from {
        border: 1px solid #F2F3F4;
    }

    to {
        border: 8px solid #F2F3F4;
    }
}

.login-form {
    padding: 15px;
}

    .login-form h3 {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.form-control {
    font-size: 14px;
}

.forget-password a {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../Images/ajax-loader.gif') 50% 50% no-repeat rgba(249,249,249, .5);
}

@media only screen and (max-width: 768px) {
    .login-container {
        max-width: 90% !important;
    }

    .cadastro-container {
        max-width: 90% !important;
    }

    .RecuperarSenha-container {
        max-width: 90% !important;
    }

    #margin-container {
        margin-top: 10% !important;
    }

    #copyright {
        color: #000 !important;
    }
}

#margin-container {
    margin-top: 40%;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
