﻿.auth-bg {
    background-color: rgb(248,247,250);
}

.rounded-lg {
    border-radius: 12px !important;
}

.insideDiv {
    display: flex;
    /* Horizontal centering (main axis): */
    justify-content: center;
    /* Vertical centering (cross axis): */
    align-items: center;
    padding: 0;
    margin: 0;
}

.vertical-centered {
    padding: 2em;
    padding: 1em;
    background: #fff;
}

.login {
    padding: 2em;
    text-align: left;
}

* {
    box-sizing: border-box;
}

.flex-container {
    display: flex;
    flex-direction: row;
    text-align: center;
    background: #fff;
}

.flex-item-left {
    background-color: #f1f1f1;
    padding: 10px;
    flex: 65%;
    margin: 30px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.flex-item-right {
    background-color: white;
    padding: 10px;
    flex: 35%;
}

h5 {
    color: #4d4b55;
    font-family: 'Roboto';
}

.LoginWrapper {
    display: flex;
    /* Horizontal centering (main axis): */
    justify-content: center;
    /* Vertical centering (cross axis): */
    align-items: center;
    padding: 0;
    margin: 0;
}

.WelcomeParagraph {
    font-size: 15px;
    color: #555;
}


.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 .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group label {
    font-size: 13px;
    color: #666;
}

.text-muted {
    color: #6c757d !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.platform {
    font-size: 1px;
}

.line-1 {
    height: 1px;
    background: #ddd;
    margin: 20px 0px;
}
body {
    font-family:sans-serif;
        
}
.loginPage {
    min-height: 100vh;
}

.LoginWrapper .field-validation-error {
    font-size: 13px;
}

.validation-summary-errors ul { list-style:none; margin:0px ;padding:0px}
.validation-summary-errors ul li {font-size: 13px; padding-top:10px; padding-bottom:10px;}

body {background:#f5f6fa}
.auth-body {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  
    min-height:300px;
}
.block-middle {
    margin-top: auto;
    margin-bottom: auto;
}
.welcomePage {
    min-height:93vh;
    display: flex;
    flex-direction: column;
}
