﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    background-color: #F5F6FA !important;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    color: #44546a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.login-layout {
    display: -webkit-box;
    display: flex;
    width: 100vw;
    margin-top: 100px;
}

.card {
    box-shadow: 0 5px 5px #E8E8E8;
    border: none;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    box-shadow: 0 4px 5px -2px #F8F8F8;
    border-bottom: none;
    background-color: transparent !important;
    font-weight: bold !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.text-center {
    text-align: center !important;
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-danger {
    color: #dc3545 !important;
}

.text-center {
    text-align: center !important;
}

.img-container {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.img-container > img {
    width: 200px;
}

.bar{
    flex: 1;
}
.btn-primary {
    color: #fff;
    background-color: #8325f1;
    border-color: #8325f1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e23d0f;
    border-color: #d63a0e;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control:focus {
    box-shadow: none;
}

.actions > .back-btn-row {
    padding-right: 5px;
}

.actions > .login-btn-row {
    padding-left: 5px;
}