@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');
body {
    font: 400 14px / 20px poppins, sans-serif;
    letter-spacing: .0178571429em;
    background: #F3F5FC;
}
@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 300 800;
    font-style: normal;
}
@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family: poppins-medium;
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style:normal;
}
.login_container {   
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left:10em;
    /*justify-content: center;*/
}

.log-container {
    width: 448px;
    display: block;
    margin: auto;
}
.login_wrapper {
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    padding: 32px;
    box-shadow: 0 1px 3px #1018281a, 0 1px 2px -1px #1018281a;
    border-radius: 12px;
}

.login_container_box {
    width:100%;
 /*   margin-right: 60px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    opacity: 0.4;
    background: #F1F1F5;
    box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.25);*/
}
.text-left{
    align-content:flex-start;
    align-items:flex-start;
    text-align:left;
}

.logo_section {
    text-align: center;
    margin-bottom:40px;
}

    .logo_section img {
        width: 120px;
        margin-bottom: 10px;
    }

.welcome_title {
    margin: 10px 0 5px;
}

.welcome_subtitle {
    color: gray;
    font-size: 14px;
}

.login_container_form {
  /*  margin-top: 20px;*/
}
/*.btn-primary {
    border-radius: 3px;
    background: #0069E0;
    font-size:12px;
    font-weight:500;
}*/

label {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login_container_form a {
    color: #1d7afc;
}
    .password_toggle {
        background: none;
        border: none;
        margin-left: 10px;
        cursor: pointer;
    }
.login_heading {
    font-weight: bold;
    color: #2d4fa3;
    font-size: 18px;
    padding-bottom: 0 !important;
    margin-bottom: 4px;
}
.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-control:hover {
    border: 1px solid #7b7b7b;
}
.f-600{
    font-weight:600 !important;
}

.forget_link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight:700 !important;
}
.text-right{
    text-align:right !important;
}
.login_wrapper .btn-primary {
    background-color: #2d4fa3;
    color: white;
    border: none;
    padding: 14px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    height: 48px;
    font-weight: 700 !important;
}
.pl-10{
    padding:0 10px !important;
}
.btn_icon {
    margin-right: 6px;
    vertical-align: middle;
}

.divider {
    text-align: center;
    margin-top: 30px;
}

.divider_text {
    background-color: #fff;
    padding: 0 10px;
    color: gray;
    position: relative;
}

.divider:before, .divider:after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
}

.divider:before {
    margin-right: 10px;
}

.divider:after {
    margin-left: 10px;
}



.info_panel {
    max-width: 300px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.info_title {
    margin-top: 0;
}

.feature_item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.feature_icon {
    margin-right: 8px;
    color: #007bff;
}
.h-48 {
    height: 48px !important;
}
