@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  box-sizing: border-box;
}

body {
  /* background: #33363D; */
  color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ul,h1,h2,h3,h4,h5,h6,p {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pt_56 {
    padding-top: 56px;
}
.pb_60 {
    padding-bottom: 60px;
}

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}
.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}
.fs_28 {
    font-size: 28px;
}
.fs_32 {
    font-size: 32px;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}

.black_text {
    color: #1A1919;
}
.black2_text {
color: #3D3D3D;
}

.gray_text {
    color: #252C32;
}

.light_gray {
    color: #6E7C87;
}

.bg_light_primray {
    background: #EEF3FF;
}

.green_text {
    color: #4F9C20;
}

.green-bg {
    background: #EBFAE2;
}

.primray_text {
    color: #3069FE;
}
.primray_text_700{
color: var(--Primary-700, #14367B)

}

.lh_normal{
    line-height: normal; 
}
.lh_16 {
    line-height: 16px;
}

.lh_18 {
    line-height: 18px;
}

.lh_20 {
    line-height: 20px;
}

.lh_24 {
    line-height: 24px;
}


.login-detail {
    width: 100%;
    max-width: 482px;
    margin: 0 auto;
}
.main-login{
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    padding: 32px;
}
.log-colom1 {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.log-colom2{
    background-color: #CFFAFE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-img{
    width: 100%;
    max-width: 500px;
}
.login-form {
    padding-top:48px;
}

.login-form input {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #000;
    padding: 16px;
    background: transparent;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-form label.error {
    position: absolute;
    font-size: 14px;
    top: 100%;
    color: rgb(238, 44, 44);
    left: 0;
}

/* @media (max-width: 991px) {
    .assigned-main .repoter-main {
        height: 100%;
    }
} */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 515px;
    }
}