﻿/*Albani 1.22.2022*/

html {
    height: 100%;
}

body {
    min-height: 100%;
}

#inputEmail {
    z-index: 111;
}

.select-editable {
    position: relative;
    background-color: white;
    border: solid grey 1px;
    width: 90%;
    margin-top: -40px;
    height: 40px;
}

.login-input:focus {
    border-bottom: #069FC2 solid 4px;
    outline: 0;
    transition: 0.3s;
}

.select-editable-select {
    height: 40px;
}

.login-form-body {
    margin-top: 2%;
    position: absolute;
    color: rgb(153, 153, 153);
    box-shadow: rgb(0 0 0 /80%) 3px 3px 30px;
}

.bottomSpan {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    margin-left: 10%;
}

.login-input {
    width: 90%;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.login-button {
    position: relative;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #069FC2;
    width: 20%;
    border: 1px solid transparent;
    font-size: 18px;
    border-radius: 4px;
    float: right;
    margin-bottom: 5%;
}

#last-login-div {
    position: relative;
    padding-bottom: 4%;
}

.login-logo {
    right: 1%;
    bottom: 1%;
    float: right;
    position: absolute;
}

.login-failed {
    color: rgb(255, 80, 80);
    margin: 1% 0 2% 0;
}

.login-container {
    padding-top: 8%;
}

@media only screen and (max-device-width: 920px) {
    .login-form-body {
        margin-top: 10%;
    }
}

label {
    margin: 20px 0;
    position: relative;
    display: inline-block;
}

span {
    padding: 10px 10px 10px 0;
    font-weight: bold;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
    font-size: 12px;
}

input {
    padding: 10px 10px 0 0;
}

    input:focus + span, input:not(:placeholder-shown) + span {
        opacity: 1;
        transform: scale(0.75) translateY(-100%) translateX(-30px);
        color: #069FC2;
        font-weight: bold;
    }



.hiddenB {
    display: none !important;
}

.visibleB {
    display: flex !important;
}

.inputT {
    border: 2px solid #e8e8e8;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    background-color: white;
    font-weight: bold;
    text-align: center;
}

#authBody {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
