﻿html,
body,
.content {
    height: 100%;
}

html {
    scrollbar-color: #1e88e5 transparent;
    scrollbar-width: thin;
}

body {
    margin: 0;
    scrollbar-color: #8d969e transparent;
    scrollbar-width: thin;
}

    body::-webkit-scrollbar {
        width: 6px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #1e88e5;
        border-radius: 12px;
    }

    body::-webkit-scrollbar-track {
        border-color: #1e88e5;
        border-radius: 12px;
        margin: -1px;
    }

.content {
    display: flex;
    flex-direction: column;
}

header.header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    header.header img {
        margin-top: 50px;
        max-width: 250px;
    }

    header.header p {
        margin-top: 0;
        color: rgb(158, 158, 158);
    }

form#test {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-top: 10px;
}

    form#test .form-group {
        width: 85% !important;
        margin-bottom: 0 !important;
    }

footer.footer {
    background: white;
    padding: 5px 20px;
    display: block !important;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 10px;
}

    footer.footer div, img {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

#_btnEntrar {
    width: 100%;
    border: 1px solid lightblue;
    border-radius: 30px;
    border-bottom: none;
    background-color: #1e88e5;
    text-transform: capitalize !important;
    font-weight: 700;
    color: white;
}

#_btnPopup {
    width: 100%;
    border: 1px solid lightblue;
    border-radius: 30px;
    border-bottom: none;
    background-color: #1e88e5;
    text-transform: capitalize !important;
    font-weight: 700;
    color: white;
}

.btnEnviar {
    width: 65%;
    border-radius: 30px;
    margin: 0 auto;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    color: #9e9e9e;
}

    .logo > img {
        max-width: 250px;
    }

#test input {
    border: 1px solid lightblue;
    border-radius: 30px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 35px;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 1%;
}

    #test input::-moz-placeholder {
        opacity: 0.9;
        color: grey;
    }

.select-wrapper input.select-dropdown {
    opacity: 0.9;
    color: grey;
    display: initial;
}

.validation-summary-errors ul > li {
    list-style-type: disc;
}

.validation-summary-errors ul {
    margin-left: 20px;
}

#test p {
    color: #676a6c;
    margin: 0;
    margin-top: -20px;
    margin-bottom: 10px;
    padding-top: 0;
}

label.error {
    color: rgba(255, 0, 0, 0.80);
}

@media (max-width: 576px) {
    .form-group {
        padding-right: 14px;
        margin-bottom: 0;
    }

    #test input {
        margin-top: 0px;
        margin-bottom: 1%;
    }
}

@media(max-width: 576px) {
    header img {
        width: 190px;
    }
}
