﻿html, body {
    height: 100%;
    background-color: #f3f5f8;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Poppins';
    color: #062d54;
}

.whiteInput {
    border: none;
    outline: none;
}

.smallInput {
    margin: 10px 0;
    border-bottom: 1px solid #062d54;
}

.inputField {
    min-height: 40px;
    border: lightgrey 2px solid;
    border-radius: 10px;
    max-width: 100%;
}

#collapseOne input[type=password] {
    border-radius: 0;
}

div[id^="colapse"][aria-expanded=false] .fa-chevron-up {
    display: none;
}

div[id^="colapse"][aria-expanded=true] .fa-chevron-down {
    display: none;
}

