﻿:root {
    --bs-primary: #007fa0;
}

/****/.main-content {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    margin: 1em auto;
    display: flex;
}

.spacer {
    margin: 10em auto ;
}

.flash-wrapper {
    margin: 0em auto 0em auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.flash-wrapper ul{
    margin-bottom: 0;
}

.company-info {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #008080;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #007FA0;
}

@media screen and (max-width: 575px) {
    .main-content, .flash-wrapper {
        width: 100%;
    }

    .company-info {
        display: none;
    }

    .login-form {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

@media screen and (min-width: 720px) and (max-width: 960px) {
    .main-content, .flash-wrapper {
        width: 70%;
    }
}

@media screen and (min-width: 960px) {
    .main-content, .flash-wrapper {
        width: 50%;
    }
}

.row > h2 {
    margin-top: 20px;
    color: #007FA0;
}

.login-form {
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.form-control {
    margin: 1.5em auto;
}

.form-control-last {
    margin-bottom: 0;
}

.fogot-password {
    width: 250px;
}

.btn {
    width: 70%;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 1em;
}