﻿body{
    font-size:1rem;
}

h1 {
    color: #3ab09e;
    font-weight: 600;
}

.btn{
    border-radius:0;
}

.full-height {
    height: 100vh;
}

.center-both {
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-bg{
    background-color:#FFF;
}

.form-control {
    padding: 1.5rem 1rem;
    font-size: 1rem;
}

.login-form {
    margin: 0 15px;
    max-width: 450px;
    width: 100%;
}
.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #3ab09e;
    appearance: none;
}

label.form-label {
    line-height: 25px;
    font-weight: 400;
}

button#login-submit {
    font-weight: 500;
}

.brand-container {
    display: flex;
    height: 100%;
    justify-content: center;
}

.brand-container .brand {
    align-items: center;
    display: flex;
    justify-content: center;
}

.brand-container .brand img{
    max-width:250px;
}

.login-section{
    max-width:500px;
}

a {
    color: #3ab09e;
    font-weight: 500;
}

    a:hover {
        text-decoration: underline !important;
        color: #3ab09e;
        font-weight: 600;
    }

