﻿body {
    background: #1584b9;
    color: #ffffff;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Microsoft Sans Serif';
}
img {
    max-width: 100%;
}
.s-content {
    position: absolute;
    top: 0;
    width: 45%;
    left: 10%;
    margin-top: 10%;
    padding: 30px;
    border-radius: 4px;
}
.login-logo {
    width: auto;
    text-align:center
}
.l-area-b {
    width: 80px;
    float: left;
    margin-right: 10px;
}
.b-name-area h1 {
    font-size: 16px;
}
.b-name-area h1 span {
    display: block;
}
.login-main {
    width: 400px;
    background: #105e79;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 0 21px -6px #333;
}
.login-form label {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
}
.login-form input {
    height: 45px;
    width: 100%;
    box-sizing:border-box;
    border-radius:4px;
    border:none;
    padding:0 12px;
}
input:focus-visible {
    outline: none;
    border: 1px solid #bd904b;
}
form {
    width: 100%;
}
.form-group {
    width: 100%;
    margin-bottom: 25px;
}
.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    color: #ff6b6b;
    margin-bottom: 14px;
    list-style: none;
    margin-top: 10px;
    font-size: 13px;
    text-shadow: #ff0000 1px 0 2px;
}
.main-login-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100vh;
}
.l-fprm-title {
    color: #f8f9fb;
    font-weight: bold;
    padding: 20px 160px 10px;
    position: relative;
    margin-bottom: 10px;
}
.l-fprm-title-reset {
    color: #f8f9fb;
    font-weight: bold;
    padding: 20px 0px 10px;
    position: relative;
    margin-bottom: 16px;
    font-size:20px;
}
.l-fprm-title:after {
    position: absolute;
    content: "";
    width: 47px;
    height: 2px;
    background: #27499a;
    bottom: 0;
    left: 0;
}
.btn-login button {
    width: 100%;
    background: #bd904b;
    color: white;
    border: initial;
    padding: 10px;
    margin: 10px 0;
    font-size: 15px;
    border-radius: 17px;
    font-weight: bold;
    cursor: pointer;
}
.btn-login button:hover {
    background: #d3973b;
}

.pw-btns{
    display:flex;
    align-items:center;
}
.pw-btns .btn-login button {
    width: 130px;
}
.f-link {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    text-decoration-line: underline;
}
.f-link:hover {
    opacity:0.8;
}

.pw-btns .f-link {
    margin-left:12px;
}
.login-content {
    margin-bottom: 30px;
}
.top-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.main-title{
    margin-bottom:0;
    font-size:28px;
}
.text-danger {
    color: #dc3545 !important;
}