/**
* Template Name: BizLand
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
  font-family: "Poppins", sans-serif,  !important;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden !important;
  overflow-y: scroll;
  background: #fff !important;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 12px;
    height: 20px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #19164266; 
}

a {
  color: #106eea;
  text-decoration: none;
}
a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins",sans-serif, !important;
}

h2.title-main {
    font-size: 26px !important;
    color: #222257;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.login-from
{
/*	background: url(../img/background-img-login.png);*/
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
}

.login img {
    padding: 20px;
}

/*------------------------*/
.col-md-8.login {
    padding: 10px;
    margin-top: 50px;
}
.col-md-4.login_1 {
    padding: 10px;
    margin-top: 50px;
}
.logo_from{
	width: 200px;
	margin-top: 50px;
	}
/*---------------------*/
.from_head h1 {
    font-size: 30px;
    font-weight: 600px !important;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.from_head {
/*    margin-top: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.from_head p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.borkers-section {
    display: flex;
    gap: 40px;
    margin-top: 68px;
}
.brokers-count {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg,#2db9d4 39.66%,#2598c1 123.41%);
    background-clip: text;
    -webkit-background-clip: text;
    color: #3a8bb2;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.brokers-text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
/*-----------------*/


.knowledge-description  {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.knowledge-des-card img {
    left: 18px;
    position: absolute;
    top: 0;
}
.bottom-image {
    height: 90px;
    width: 100%;
}
/*-------- contact from ---------------*/

.content {
    align-self: center;
    background: #fff;
    border: 1px solid #d4e1f4;
    border-radius: 8px;
    margin-bottom: 25px;
    max-width: 300px;
    padding: 30px 15px 30px;
    height: auto;
/*    margin-left: 40px;*/
margin:25px auto;
/*    margin-top: 25px;*/
}
.flag-wrap {
    display: flex;
    flex-direction: column;
    margin-left: -30px;
}

.flag {
    background: linear-gradient(79deg,#713894 27.39%,#5458c7 141.24%);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .36px;
    line-height: normal;
    padding: 4px 28px;
    width: 165px;
}
.flag-wrap img{
    position: relative;
    top: -2px;
    width: 15px;
}
.f-22{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.fw-600 {
    font-weight: 600!important;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control{
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}
.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-login {
    background: #5b5699;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 90%;
    font-weight: 700;
    margin-top: 10px;
    padding: 9.5px 12px;
    transition: .5s;
    width: 100%;
}
.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 10px 0 10px;
}
.line-separator{
    background-color: #f2f2f2;
    flex-grow: 5;
    height: 1px;
}
.btn-google{
    align-items: center;
    background-color: #fff;
    border-color: #dee2e6!important;
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    line-height: 13px;
    padding: 11px 12px;
    width: 100%;
}
.phone {
    opacity: .5;
    font-size: 15px;
}
.phone .phone-call{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.desktop{
    display: inline-block;
}
.phone .phone-call{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.bottom-txt{
    color: #212529;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin-top: 16px;
    opacity: .5;
    text-align: center;
}
.phone-call {
    background-color: #fff;
    border: none;
    padding: 0;
    white-space: nowrap;
    font-size: 15px;
   font-weight: 500;
}

.from_user_1
{
    margin: auto;
}
/*========== /sign-up - page/ =============*/

.container-fluid.login-from {
    background: #ffff;
}

@media (max-width:1278px){
.front-col .login {
    min-height: 600px;
}
.content {
    max-width: 80%;
    margin: 50px auto;
}
}

@media (max-width: 168px)
{
    .knowledge-description {
        margin: auto;
    }
}

.container.login_from {
    padding: 25px;
    border-radius: 0px;
    margin: auto;
/*    background-image: linear-gradient(to right, rgb(9 30 112 / 96%) , rgb(19 25 92));*/
    background-image: linear-gradient(to right, rgb(9 30 112 / 96%), rgb(203 157 107));
}

.row.front-col {
    margin: 45px;
    box-shadow: 0 0 55px 0 rgba(0 0 0 / 25%);
}


.front-col .login {
/*    background-image: linear-gradient(to right, rgb(42 77 133 / 97%) , rgb(60 17 129));*/

background: url('../img/rmpl_login1.png') center center / cover no-repeat;

}

.front-col .login_1 {
     background: #3b1481;
}


@media only screen and (max-width: 600px) {
    .front-col .login {
    min-height: 350px;
}
  .row.front-col {
    margin: -9px;
    box-shadow: 0 0 55px 0 rgba(0 0 0 / 25%);
}
}


@media only screen and (max-width: 600px) {
  .from_head h1 {
    font-size: 25px;
    font-weight: 600px !important;
    color: #fff;
    margin-top: 37px;
    text-align: center;
}
}
@media only screen and (max-width: 600px) {
 .content {
    align-self: center;
    background: #fff;
    border: 1px solid #d4e1f4;
    border-radius: 8px;
    margin-bottom: 25px;
    max-width: 300px;
    padding: 30px 15px 30px;
    height: auto;
    margin-left: 10px;
    margin-top: 25px;
}
}


