﻿.autentication-page {
    background: url(../img/bg.svg) center no-repeat #e46240;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-attachment: fixed;
}

.autentication-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 0;
    min-height: calc(100vh - 85px);
}

.autentication-container {
    width: 386px;
    max-width: 90%;
    border-radius: 10px;
    padding: 40px 32px;
    background: white;
    text-align: center;
}

    .autentication-container form {
        width: 332px;
        max-width: 100%;
    }

.autentication-container__description {
    font-size: 12px;
    color: #282828;
    opacity: 0.6;
    margin: 5px 0;
    font-weight: bold;
}

.autentication__title {
    font-size: 20px;
    margin: 28px 0;
    font-weight: bold;
}

.autentication-wrapper a {
    font-weight: bold;
}

    .autentication-wrapper a:hover {
        text-decoration: underline;
    }

.autentication-page__footer {
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
}

    .autentication-page__footer a {
        color: white;
    }

        .autentication-page__footer a:hover {
            text-decoration: underline;
        }

.form-outline .form-control:focus ~ .form-label {
    background: white;
}

.form-check {
    text-align: left;
}

.autentication-page .navbar {
    box-shadow: none !important;
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
    padding-right: 30px;
    padding-top: 20px;
}

    .autentication-page .navbar .btn-link-not-round {
        color: white;
        background: none !important;
    }


.autentication-page .globe-icon {
    background: url(../img/globe-white.svg) center no-repeat;
}
