#LoginMain{
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}
#LoginMain::after{
    background: var(--bg-background) repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    content: "";
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

#LoginMain .login{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#LoginMain .logo{
    max-height: 120px;

}
#LoginMain h2{
    margin: 0 0 15px;
}

#LoginMain .wht {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.flex-h{

}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
}

[compulsory] {
    background-image: radial-gradient(red 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: top right;
    background-repeat: no-repeat
}

.register-form {
    width: auto;
    margin: 50px auto;
}

.Flex_1 {
    flex: 1;
    min-width: 250px;
}

.login-form{
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
    border: 1px #cbcbcb solid;
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    padding: 30px;
    border-radius: 5px;
}

.text-center {
    text-align: center!important;
}
.check ul li:before {
    content: '✓ ';
    color: green;
}

li {
    list-style: none;
}

.form-group {
    margin-bottom: 1rem
}

.center {
    text-align: center;
}


.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;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -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-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.btn-block {
    display: block;
    width: 100%;
}

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#LoginMain p{
    margin: 15px 0 ;
}

