﻿@font-face {
    font-family: "Fakt Pro Normal";
    src: url("../assets/fakt/FaktProNormal.woff") format('woff');
}

@font-face {
    font-family: "Fakt Pro Bold";
    src: url("../assets/fakt/FaktProBold.woff") format('woff');
}

body {
    font-family: 'Fakt Pro Normal', Avenir-Medium, Segoe UI, sans-serif;
}

.auth-section {
    background-color: #604888;
}

.auth-background-effect {
    z-index: 1;
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    clip-path: ellipse(84% 120% at 96% -6%);
    top: 0;
}

.auth-image {
    width: 170px;
    position: absolute;
    display: block;
    left: 20%;
    top: 30%;
    z-index: 2;
    transform: rotate(30deg);
}

.splash {
    width: 100%;
    z-index: 2;
    padding-right: 20%; /*300px*/
    height: 100vh;/*calc(100vh - 60.2px);*/ /*100%;*/
    min-height: 100%;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Fakt Pro Normal', sans-serif;
}

.splash img {
    width: 100%;
    height: 100%;
}

.auth-container {
    width: 400px;
    border-radius: 5px;
    background-color: transparent; /*#fff*/
    text-align: center;
}

.auth-container-large {
    width: 500px;
    border-radius: 5px;
    background-color: transparent; /*#fff*/
    text-align: center;
}

.close-button {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 35px;
    color: red;
    cursor: pointer;
}

.login {
    padding: 32px 48px 24px;
}

.auth-logo {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.auth-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Fakt Pro Bold', sans-serif;
}

.seperate-big {
    height: 25px;
}

.seperate-normal {
    height: 20px;
}

.seperate-small {
    height: 15px;
}

.input-container {
    width: 100%;
    margin-bottom: 20px;
}

.input-title {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.input-title label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
    margin-bottom: 8px;
}

.input-field input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0ch;
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    border-radius: 8px;
    box-shadow: rgb(247 247 247) 0px 0px 0px 1px inset;
    background-color: #f3f3f4;
    min-height: 40px;
    padding: 0 10px;
}

.input-field input:hover {
    border: 3px solid #604888;
    box-shadow: none;
}

.input-field input:focus {
    border: 3px solid #604888;
    outline: none;
    box-shadow: none;
}

.auth-btn {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1000px; /* 12px */
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    user-select: none;
    text-decoration: none;
    text-align: center;
    box-shadow: transparent 0px 0px 0px 1px inset;
}

.auth-btn-primary {
    background-color: #604888;
    color: rgb(255, 255, 255);
}

.auth-btn-secondary {
    background-color: #ffffff;
    color: #604888;
    border: 2px solid #604888;
}

.auth-btn-primary:hover {
    background-color: #4a3967;
}

.auth-btn-secondary:hover {
    background-color: #d5d5d5;
}

.auth-error {
    color: #fc2339;
    z-index: 3;
    margin-bottom: 20px;
    font-weight: 600;
    animation: hide 0s ease-in 10s forwards;
    animation-fill-mode: forwards;
}

@keyframes hide {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
        display: none;
        padding: 0;
    }
} 

.adherent-section {
    display: none;
}

.siege-section {
    display: none;
}

.sso-btn {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.select-btn {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient( 135deg, #604888, #a777e3);
    box-shadow: 0 2px 5px rgba(0,0,0,.2) !important;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}

.select-btn:hover {
    background: linear-gradient(135deg, #382a4f, #7653a1);
}

.society-help {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
}

@media only screen and (max-width: 960px) {
    .auth-section {
        background-color: #604888;

    }
    
    .auth-background-effect {
        display: none;
    }
    
    .auth-image {
        display: none;
    }
    
    .splash {
        position: relative;
        padding: 0;
        justify-content: center;
        background-color: #fff;
    }

    .card {
        font-size: 12px;
    }
}