﻿

.form {
    color: #a4aab2;
    font-size: 13px;
    position: relative;
    padding-top: 16px;
}
 

.form-center {
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.maxwidth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 404px;
    min-width: 45%;
}

.maxwidth .form-group{
    width: 100%;
}

    .maxwidth .col-md-12 {
       padding: 0;
    }

.form .form-group {
    border: 1px solid #e6e9eb;
    position: relative;
    border-radius: 6px;
    margin-bottom: 16px; 
}

.form .form-group span {
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 12px;
}

.form .form-control {
    border: none!important;
    padding: 12px 12px 12px 56px;
    color: #263238;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: auto;
}

.form .form-control::placeholder {
    color: #a1b0b8;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

 .form .form-control:focus {
    outline: 0
}

    .form .form-group {
        margin-bottom: 16px;
        border: 1px solid #E6E9EB;
        border-radius: 6px; 
    } 
     

    .form .form-group #Login {
        background-image: url(/Content/img/icon/icon-user.svg);
        background-size: 24px; 
        background-repeat: no-repeat;
        background-position: 16px 12px;
    }
        form .form-group #Senha, .form .form-group #ConfirmarSenha {
            background-image: url(/Content/img/icon/icon-lock.svg);
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: 16px 12px;
        }

        .form .form-group #Email {
            background-image: url(/Content/img/icon/icon-email.svg);
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: 16px 12px;
        } 

.form .form-group label { 
    display: none;
}
.form .form-group.has-error {
    border: 1px solid #ff647c !important
}

.form .form-group.has-error {
    border: 1px solid #ff647c !important
}

.form .form-group label.error {
    display: none!important;
}

.form .alert {
    background: 0 0;
    padding: 0;
    border: none;
    font-size: 11px;
    line-height: 16px
}

.form.formAlertTop .alert.alert-danger {
    position: absolute;
    top: -8px;
}

.form.formAlertBottom .alert.alert-danger {
    position: absolute;
    bottom: 48px;
}

    .form .alert.alert-danger {
        color: #ff647c;
        margin: 0 0 8px
    }

        .form .alert.alert-danger button {
            display: none
        }


    .form .alert.alert-info {
        background: #E8EDFF; 
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        color: #53636B;
        padding: 32px;
        margin: 0;
    }
     

input:active,
input:focus,
input:hover,
label:focus,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important
}
  

@media (max-width:1032px) {
    .maxwidth { 
        min-width: 60%;
    }
}

@media (max-width:640px) {
    .maxwidth {
        min-width: 100%;
    }
}

@media (max-width: 540px) {
    .esqueci-senha {
        min-width: 100%;
    }

    .row.row-100 {
        width: 100%
    }
}

