@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800&display=swap');

body {
    background: #000000;
    font-family: 'Noto Sans', sans-serif;
}

.text-size {
    font-size: 36px;
    font-weight: 600;
}

.text-size1 {
    font-size: 16px;
    font-weight: 500;
}

.text-size2 {
    font-size: 16px;
    font-weight: 400;
}

.form-control {
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 12px !important;

}

.divider:after,
.divider:before {
    content: "";
    flex: 0.4;
    height: 2px;
    background: #ffffff;
}

.btn-colour {
    background-color: #ECDE61 !important;
    border-radius: 12px;
    padding: 14px 16px 14px 16px;
    font-size: 20px;
    font-weight: 600;
}

.text-colour {
    color: #fff !important;
    border-radius: 12px;
    padding: 14px 16px 14px 16px;
    border: 1px solid #fff;
}

.form-check-input:checked {
    background-color: #ECDE61 !important;
    border-color: #ECDE61 !important;
}

.image-gap {
    gap: 18px;
}

.eye-icon {
    position: relative;
    left: 26rem;
    bottom: 38px;
}

.log-input::placeholder {
    color: #fff !important;


}

/* colour login */