﻿@font-face {
    font-family: "Lexend Deca";
    src: url('/AppThemes/bootstrap/webfonts/LexendDeca-Regular.ttf');
}

body {
    margin: 0px;
}
.container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    width: 50%;
    height: 100vh;
}

.left {
    background-color: #FFF;
}

.right {
    background-color: #EDF5FF;
    text-align: right;
    height: auto;
}

.left-inner {
    padding: 10px;
}

.right-inner {
    padding: 10px;
}

.left-inner-center {
    text-align: center;
}

.right-inner-center {
    text-align: center;
}

.login-header {
    font-size: 36px;
    font-family: 'Lexend Deca';
    margin-top: 20px;
}

.login-sub-header {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Lexend Deca';
}

.login-label {
    font-size: 14px;
    font-family: 'Lexend Deca';
    margin-top: 40px;
}

input[type="text"] {
    border-radius: 50px;
    width: 390px;
    height: 40px;
    margin-top: 20px;
    padding:5px;
    border-style: none;
}

input[type="password"] {
    border-radius: 50px;
    width: 390px;
    height: 40px;
    margin-top: 20px;
    padding: 5px;
    border-style: none;
}

.input-left {
    background-color: #EDF5FF;
    text-align: center;
    font-size: 15px;
    font-family: Lexend Deca;
}

.input-right {
    background-color: #FFF;
    text-align: center;
    font-size: 15px;
    font-family: Lexend Deca;
}

.filler {
    padding-bottom: 50px;
}

.custom-footer {
    flex: 100%;
    text-align: center;
    margin-top: -50px;
    font-family: 'Lexend Deca';
    font-size: 16px;
}



button {
    border-radius: 50px;
    width: 200px;
    background-color: #1E7EF2;
    color: #FFF;
    font-size: 20px;
    font-family: 'Lexend Deca';
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.login-button {
    margin-top: 50px;
}

a {
    font-size: 20px;
    font-family: 'Lexend Deca';
    color: #1E7EF2;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 600px) {
    .column {
        flex: 100%;
        height: auto;
    }
}
