﻿body {
    display: flex;
    margin-top: 20vh;
    min-height: 100vh;
    flex-direction: column;
    background-color: #F5F7FA
}

main {
    flex: 1 0 auto;
    /*     display: flex;
    justify-content: center;*/
}

/*body {
    background: #F5F7FA;
}*/

.input-field input[type=date]:focus + label,
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=password]:focus + label {
    color: #39c2d7;
}

.input-field input[type=date]:focus,
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=password]:focus {
    border-bottom: 2px solid #e91e63;
    box-shadow: none;
}

.login {
    background: #00d1dc;
}

.login-card {
    display: inline-block;
    padding: 32px 48px 0px 48px;
    border: 1px solid #EEE;
    background-color: #fff;
}

.img {
    width: 200px;
}

.center {
    text-align: center;
}

.form-center {
    margin-top: 20rem;
    display: flex;
    justify-content: center;
}


.btq-navbar-brand {
    font-family: 'Tangerine', cursive, serif;
}

.form-center {
    display: flex;
    justify-content: center;
}

.account-circle {
    font-size: 60px;
}

.login-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.login-text {
    font-weight: bold;
    font-size: 16px;
}
