.forms {
    background: #fff;
    box-shadow: 0 0 3px #000;
    margin: 30px auto;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    padding: 0;
    margin-top: 10%;
}
.forms h1 {
    padding: 0 0 20px 0;
    font-size: 26px;
    color: #666;
    font-weight: lighter;
    text-align: center;
}
.forms form { padding: 30px 50px; }

.resend-otp, #reset-div, #signup, #forget, #sign-up, #otp-div { display: none; }
.forms .tab-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
.forms .tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.forms .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #f8f8f8;
    color: #575757;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    border-top: 3px solid #575757;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.forms .tab-group li a:hover {
    background: #dedfdf;
    color: #666;
}
.forms .tab-group .active a {
    background: #fff;
    color: #444;
    border-top: 3px solid #027bc0;
}
.forms input {
    height: 44px;
    line-height: 44px;
    outline: none;
    margin: 0;
    width: 100%;
        background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    font-family: Cairo,sans-serif;
    font-weight: 400;
    color: #575757;
    padding: 0 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.forms input:focus {
    outline: 0;
    border-color: #2e5ed7;
}
.forms label {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
    display: block;
}
.forms .button {
    border: 0;
    padding: 10px;
    outline: none;
    width: 100%;
    font-size: 18px;
    /*text-transform: uppercase;*/
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 13%);
    border: none;
    background: #138fb4;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.forms .button:hover, .button:focus { background: #027bc0; }
.text-p {
    text-align: center;
    color: #138fb4;
    font-weight: 700;
    margin-bottom: 20px;
     }
.text-p a { color: #138fb4; }
.create-account-link{
    text-align: center;
        margin-bottom: 20px;
}
 .create-account-link a {
    color: #138fb4;
    font-weight: 700;
}
.login-response{
    color: red;
    text-align: center;
}
#login-response{
    display: none;
}
.forms input.fl-checkbox{
        width: 15px;
    height: 15px;
    line-height: initial;
    padding: inherit;
    color: #149ade;
        margin-bottom: 0;
        margin-right: 10px;
}
.lbl-checkbox{
    margin-bottom: 20px !important;
}
.login-form .logo img{
    margin-bottom: 24px;
}

.modal-body .forms{
        padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#login-modal .modal-dialog-scrollable .modal-body{
        padding: 0;
}
/******Css Added by Asad Kamran*******/
.btn-white-border {
	background: #fff;
	filter: none;
	border: 2px solid #4d61ac !important;
	color: #3c6cb4 !important;
}
.btn-white-border:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
  filter:drop-shadow(0px 10px 10px var(--sky));
}
.home-btn .btn{
  white-space: nowrap;
}
@media screen and (max-width: 576px){
  #home {
  min-height: 100% !important;
}
  #home .home-content h1 span {
	font-size: 22px !important;
}
#home .home-content h1 {
	font-size: 20px !important;
}
}

.modal.show .modal-dialog{
    position: relative;
}
.modal-close{
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 88899999;
    border: none;
    background: white;
}
.modal-close button{
    border: none;
    border-radius: 5px 0 0px 5px;
    padding: 5px 10px;
}
.modal-close button img{
    width: 15px;
}
