﻿body {
}
@font-face {
    font-family: fontface;
    src: url('/Content/fontface/HolidayFree.otf');
}
.fontface {
    font-family: fontface;
    font-size: 50px;
    letter-spacing: 8px;
    color:black
}
.login-logo {
    font-size: 3.1rem;
    margin-bottom: .9rem;
    text-align: center;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    width: 50%;
    border-top: 1px solid rgb(0 123 255);
    border-style: dashed;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, #6f6f6f, #788ff100);
    background: -o-linear-gradient(bottom, #6f6f6f, #788ff100);
    background: -moz-linear-gradient(bottom, #6f6f6f, #788ff100);
    background: linear-gradient(bottom, #6f6f6f, #788ff100);
    opacity: 0.9;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(255 255 255 / 35%);
    background-clip: border-box;
    border: 2px solid #495057;
    border-radius: 1.25rem;
}
.card {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 1rem;
}
.card-body {
    border-radius: 1.25rem;
}
.login-logo a, .register-logo a {
    color: #ffffff;
}

.form-control {
    border-radius: 1.25rem;
    box-shadow: inset 0px 3px 3px #00000021;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 1.25rem;
    border-left: 0;
    border-top-right-radius: 1.25rem;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
    border-radius: 1.25rem;
}