html,
body {
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 500;

    height: 100%;
    background-color: #ffffff;
    color: #69716a;
}

button, a {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

h1, h2, h3, h4, a {
    color: #69716a;
}

img.help {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    width: 400px;
}

h1.page-header {
    margin-top: -5px;
}

.sidebar {
    padding-left: 0;
}

.main-container {
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 112px);
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 161px);
    background-color: #ffffff;
    padding-top: 15px;
    margin-top: -10px;
}

.banner-login-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.banner-login-wrapper > * {
    width: 45%;
}

.banner-login-wrapper > form {
    margin-bottom: -180px;
}

.content {
    margin-top: 50px;
    width: 600px;
}

.form-check {
    margin: 10px 5px 0 0
}

.form-help {
    margin-top: 20px;
}

.help {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.form-help a,
.help a {
    text-decoration: none;
    color: #69716a;
}

.form-help a:hover,
.help a:hover {
    text-decoration: none;
    color: #505651;
}

.logo {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.logo .logo-svg {
    width: 120px;
    height: auto;
    margin-left: -15px;
}

.logo .logo-text h1 {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 0.9em;
}

.logo .logo-text h4 {
    color: #69716a;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding: 10px 0 0 10px;
}

.bottom-text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #69716A;
}

.lang {
    position: fixed;
    top: 15px;
    right: 20px;
}

.footer {
    width: 100%;
    padding-top: 10px;
    /*background-color: #505651;*/
    background-color: #ffffff;
}

.footer-copyright {
    padding: 10px;
    background-color: transparent;
    color: #69716a;
}

/*
    Button styles
*/
.btn-primary {
    color: #fff;
    background-color: #69716a;
    border-color: #69716a
}

.btn-primary:hover {
    color: #fff;
    background-color: #565d57;
    border-color: #565d57
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #565d57;
    border-color: #69716a;
    box-shadow: 0 0 0 .2rem rgb(115, 124, 116)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #69716a;
    background-color: transparent
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #69716a;
    border-color: #69716a
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(115, 124, 116, .5)
}


.btn-white {
    color: #565d57;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}

.btn-white:hover {
    color: #565d57;
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-white.focus, .btn-white:focus {
    color: #565d57;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 .2rem rgb(115, 124, 116)
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff
}

.btn-outline-white:hover {
    color: #414742;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #ffffff
}

.btn-outline-white.focus, .btn-outline-white:focus {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: 0 0 0 .2rem rgb(115, 124, 116)
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #69716a;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #69716a;
    border-color: #69716a
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(115, 124, 116, .5)
}

.btn-outline-primary {
    color: #69716a;
    border-color: #69716a
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #69716a;
    border-color: #69716a
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(115, 124, 116)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #69716a;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #69716a;
    border-color: #69716a
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(115, 124, 116, .5)
}

.btn-rounded {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 10px 50px;
}

/*
    Button style END
*/

.logo-text h1 span,
.logo-text h2 span {
    font-weight: 200;
    color: #69716a;
}

.logo-text h1,
.logo-text h2 {
    font-weight: 900;
    color: #69716a;
}

.logo-text p {
    font-weight: 100;
    color: #69716a;
}

@media screen and (max-width: 550px) {
    .banner-login-wrapper {
        justify-content: center;
    }

    .banner-login-wrapper > * {
        width: 60%;
    }

    .banner-login-wrapper > form {
        width: 60%;
        margin-bottom: auto;
        text-align: center;
    }

    .content {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    html, body {
        height: calc(100vh);
    }

    .banner-login-wrapper {
        justify-content: center;
    }

    .banner-login-wrapper > * {
        width: 95%;
    }

    .banner-login-wrapper > form {
        width: 95%;
    }

    .content {
        margin-top: 0;
        width: 100%;
    }

    .main-container {
        margin-top: 0;
        height: calc(100vh);
    }
}
