@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body, p, a, strong, li, span, h1, h2, h3, h4, h5, h6
{
    font-family: 'Montserrat' !important;
}
.f-13 {
    font-size: 14px;
}

.row.login-main-r {
    width: 100%;
}
h2 {
    font-size: 32px !important;
    font-weight: 500 !important;
}
.relative
{
	position: relative;
}
section.login-section {
    overflow: hidden;
    background: #01a47d;
}
.form-control, select {
    border: 1px solid #d1cece;
    border-radius: 6px !important;
    padding: 14px !important;
    margin-bottom: 20px;
    font-size: 14px !important;
}
.ls-2 {
    letter-spacing: 2.69px;
}
.dark
{
	color: #01A47D;
}
.bold
{
	font-weight: 600;
}
.gray {
    color: #757575;
}
.login-background {
    min-height: 100vh;
}
label {
    font-size: 15px;
    margin-bottom: 6px;
}
button.dark-btn {
    background: #01A47D;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 12px;
}
.dark-btn:hover {
    background: #002D93 !important;
    transition: .6s;
}
img.sign-in-img {
    height: 52px;
    margin-bottom: 30px;
}
.login-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.login-img img {
    width: 100%;
    /* object-fit: cover;
    height: 100vh; */
    border-radius: 0 18px 18px 0;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 0 !important;
    height: auto !IMPORTANT;
    margin-bottom: 20px;
    padding: 12px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px !important;
}
input#mobile_code {
    padding-left: 92px !important;
}

.login-form {
    background: #fff;
    padding: 50px 70px;
    border-radius: 10px;
    margin: 0 60px 0 -60px;
    z-index: 9;
    position: relative;
}
.text-black {color: #000 !important;}