﻿
/*@font-face*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital');

/*----------*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}


h1, h2, h3, h4, h5, h6, p, input, ul, li, a, span, label, table {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

h3, h4 {
    font-weight: bold !important;
    font-size: 1.7em !important;
}

.header {
    text-align: center;
}

    .header img {
        margin-top: 25px;
        max-width: 100px;
    }

.select {
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
}



.center {
    margin: 0 auto;
    max-width: 900px;
}



.hidden {
    display: none;
}

.hidden-out {
    display: block;
}

.text-danger {
    color: red;
    position: relative;
    left: -20%;
}

.login-error {
    border-radius: 3px;
    background: #ff00007d;
    padding: 15px 0;
    color: white;
    width: 50%;
    position: relative;
    transform: translate(50%);
}

.row {
    max-width: 450px;
}

.btn2 {
    text-decoration: none;
    color: #fff;
    background-color: #E5004B;
    font-weight: bold;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    padding: 10px 30px;   
    border: none;
    width: 100%;
}

button:focus {
    outline: none;
    background-color: #D12881 !important;
}

.flags-content {
    text-align: center;
    padding-top: 50px;
}

.flags-content div {
    display: inline-block;
}

.flags-content div img{
    width: 50%;
}
    .flags-content div a span {
        display: block;
        line-height: 110%;
        margin: 1.9466666667rem 0 1.168rem 0;
        font-size: 1.7em;
        font-weight: bold;
        color: black;
    }


body > div.center > div > form > div:nth-child(3) > div > div > div.the-datepicker__header 
> div.the-datepicker__navigation > div.the-datepicker__state > div > select {
    display: block !important;
}