﻿body {
    /*background-color: blue;*/
}

.sec {
    display: grid;
    place-self: center;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.sec div {
    place-self: center;
}

.titulo {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #4C4C4C;
    margin-bottom: 36px;
}

.box-login {
    text-align: -webkit-center;
}

.input {
    width: 371px;
    Height: 39px;
    margin-bottom: 25.5px;
    height: 40px;
    width: 372px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

    .input:active {
        border: 1px solid #147DCC;
    }

    .input:hover {
        border: 1px solid #4C4C4C;
        box-sizing: border-box;
    }

    .input:focus {
        border: 1px solid #147DCC;
        outline: none !important;
    }

.inputPassoword {
    width: 371px;
    Height: 39px;
    margin-bottom: 14.5px;
    height: 40px;
    width: 372px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

    .inputPassoword:active {
        border: 1px solid #147DCC;
    }

    .inputPassoword:hover {
        border: 1px solid #4C4C4C;
        box-sizing: border-box;
    }

    .inputPassoword:focus {
        border: 1px solid #147DCC;
        outline: none !important;
    }

.form {
    width: 372px;
}

::selection {
    color: white;
    background: #3390FF;
}

.btn-login {
    background: #FFFFFF;
    border: 1px solid #147DCC;
    box-sizing: border-box;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    text-transform: none;
    width: 372px;
    Height: 40px;
}
    .btn-login:hover {
        color: #FFFFFF;
        background: #0077C5;
    }
    .btn-login:focus {
        outline: none !important;        
    }

    .btn-login:active {
        outline: none !important;
    }

.lembre-me {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4C4C4C;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border-color: #CCCCCC;
    margin-bottom: 18px;
}

.label-drop {
    float: right;
    color: #4C4C4C;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin-bottom: 0;
}

button:active {
    border: 1px solid #147DCC;
}

utton:focus {
    border: 1px solid #147DCC;
}

.footer {
    width: 100%;
    place-self: center;
    text-align: -webkit-center;
}

.logo-praxio {
    Width: 96.43px;
    Height: 32.5px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

@media screen and (max-width: 600px) {
    .sec div {
        place-self: flex-end;
    }

    .logo-praxio {
        position: initial;
        place-self: center;
    }
}

.validation-summary-errors {
    background-color: #f8d7da;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.validation-summary-errors li {
    list-style-type: none;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

.alert-danger {
    font-size: 12px;
    margin-bottom: 25.5px;
    width: 100%;
    height: 40px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}
