﻿body {
    height: 100%;
    background-size: 100%;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    /*font-family: 'Segoe UI Regular';*/
}

.language-select {
    display: flex;
    justify-content: end;
    padding-right: 20px;
    padding-top: 40px;
}

.login-page {
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
}

.register-page {
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
}

.logo {
    width: 195px;
}

.header-text {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    padding-right:12px;
    line-height: 32px;
}

.login-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 48px;
    width: 100%;
}

.login-footer {
    width: 100%;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    background: #FFFFFF;
    width: 570px
}

.external-login {
    align-items: center;
    padding: 0px;
    gap: 25px;
}

.login-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    gap: 16px;
}

.btn-primary {
    background: #35A291;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border-color: #35A291;
}

    .btn-primary:hover {
        background: #54B569;
        border-color: #54B569;
    }

.timer {
    background: #EAF4F3;
    border: 1px solid #35A291;
    color: #35A291;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #EAF4F3;
    border: 1px solid #35A291;
    color: #35A291;
}

.btn.timer:focus {
    background: #EAF4F3;
    border: 1px solid #35A291;
    color: #35A291;
}

.timer-text {
    padding-top: 5px;
}

.login-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.remember-login {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 27px;
    height: 20px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}

.login-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    padding-top: 10px;
    /* Inside auto layout */
    width: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.register {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    /* Inside auto layout */
    gap: 5px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

    .register > span {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .register > a {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height */

        text-align: center;
        /* BG Green */

        color: #54B569 !important;
    }

        .register > a:hover {
            color: #35A291 !important;
        }


@media screen and (max-width: 450px) {
    .login-container {
        width: 400px;
    }

    .login-body {
        width: 360px;
    }

    .header-text {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
}

.right-col {
    padding: 0px;
}

@media screen and (min-width:1600px) {
    .right-col {
        padding: 60px;
    }
}

@media screen and (max-width:1600px) {
    .login-body {
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .login-container {
        width: 400px;
    }

    .login-body {
        padding: 10px;
    }

    .header-text {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
}

.required:after {
    content: " *";
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.input-group-text:focus,
.uneditable-input:focus {
    border-color: #35A291;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

.border-primary {
    border-color: #35A291 !important;
    color: #35A291;
    border: 1px solid #35A291 !important;
    background: white !important;
}

.btn-default {
    border-color: gray;
}

.btn-info {
    background-color: #248EEF;
    border-color: #248EEF;
}

    .btn-info.focus {
        box-shadow: none !important;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        background-color: #248EEF;
        border-color: #248EEF;
    }

.auth_type {
    background-color: #f1f1f1;
    width: 410px;
    padding: 0;
    display: flex;
    gap: 0;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px;
}

.btn-secondary {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.email-btn {
    background-color: #f1f1f1 !important;
    color: #414249;
    transition: background-color 2s;
}

.phone-btn {
    background-color: #f1f1f1 !important;
    color: #414249;
    transition: background-color 1s;
}

.email-btn.active {
    background-color: #248EEF !important;
    border: 1px solid #248EEF !important;
    color: white;
}

.email-btn.focus {
    box-shadow: none !important;
}

.phone-btn.active {
    background-color: #248EEF !important;
    border: 1px solid #248EEF !important;
    color: white;
}

.phone-btn.focus {
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.validate-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-primary {
    color: #35A291 !important;
}

.auth-link a {
    color: #208FCD !important;
}

    .auth-link a:hover {
        color: #208FCD !important;
    }

.label-code {
    padding-top: 20px;
}

input.form-control {
    height: 56px;
}

button.btn {
    height: 56px;
}

.input-code input {
    width: 48.33px;
    height: 67px;
    background: #F4F4F4;
    /* Text 3 */

    border: 1px solid #B7BBBA;
    border-radius: 8px;
    text-align: center;
}

.error-message {
    color: orangered;
}

.input-error {
    display: flex;
    justify-content: end;
    font-weight: 400;
    font-size: 13px;
    color: #FF7575;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
