@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200;300;400;500;600&display=swap');

body {
    font-family: 'Fira Sans';
    background-color: #ECECEB;
}

a,
a:hover {
    text-decoration: none;
    color: #707476;
}

a:hover {
    color: #09A294;
}

.logo {
    width: 270px;
    height: 80px;
    margin: 10px 0 30px 0;
    background: url(../images/logo-mt-distribuidora-solar.png) no-repeat center;
    float: left;
    text-indent: -5000px;
}

.volta {
    margin-top: 8px;
}

.topo {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #CED0D0;

}

.login {
    width: 100%;
    height: 100%;
    float: left;
    background: #ECECEB;
    position: absolute;
    min-height: 700px;
}

h2 {
    font-size: 21px;
    color: #09A294;
    text-align: center;
    margin-bottom: 20px;
}

.link-banner {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;

}

.seg-banner {
    width: 100%;
    float: left;
}

.modal-title {
    font-size: 21px;
    color: #707476;
}

.form-control {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 4px;
}

.box {
    width: 100%;
    float: left;
    height: 100%;
    background: #fff;
    padding: 50px;
}

.form-check-label {
    font-size: 16px;
}

label {
    font-size: 16px;
    color: #707476;
}

.entrar {

    background: #09A294 !important;
    border-color: #09A294 !important;
    box-shadow: none;
    color: #fff;
    border: none;
    padding: 6px 40px;
    border-radius: 20px;
    font-size: 20px;
}

hr {
    margin: 50px 0;
}

.cadastro {
    font-size: 19px;
    color: #707476;
}

p {
    color: #707476;
    font-size: 16px;
}

.h-lg-100 {
    height: 100%;
}

form {
    max-width: 400px;
}

@media (max-width: 990px) {
    .h-lg-100 {
        height: auto !important;
    }

    body,
    .login {
        background: #fff;
    }
}

@media (max-width: 768px) {

    .box {
        padding: 40px 20px;
    }

    .volta {
        text-align: center;
    }

    label {
        font-size: 16px;
    }

    .entrar {
        margin-top: 10px;
    }

    h2 {
        margin-bottom: 30px;
    }

}