.signin_banner img {
    width: 100%;
    object-fit: fill;
}

.main_heading h1 {
    font-family: arial,helvetica neue,helvetica,sans-serif;
    color: #C1272D;
    font-size: 60px;
    font-weight: 700;
}

.main_heading p {
    font-size: 24px;
    color: black;
    font-family: arial,helvetica neue,helvetica,sans-serif;
}

.user_signin_form label {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: bold;
}

.form_submit_btn .btn {
    background-color: rgb(7, 98, 148);
    font-size: 17px;
    text-transform: capitalize;
    font-weight: bold;
    border: 0;
    padding: 10px 30px;
}
.form_submit_btn .btn:hover{
    background-color:#ce0447;
}

.user_signin_form {
    padding: 20px 0;
    border-bottom: 19px solid #BFBBBB;
}

.important_note_wrapper {
    padding: 30px 0;
}

.important_note_wrapper h3 {
    font-family: arial,helvetica neue,helvetica,sans-serif;
    color: #222222;
    font-weight: bold;
}

.important_note_wrapper p {
    font-size: 19px;
    font-family: arial,helvetica neue,helvetica,sans-serif;
    line-height: 31px;
}

.main_btn_wrapper {
    text-align: center;
}

.main_btn_wrapper .btn {
        background-color: rgb(7, 98, 148);
    font-size: 17px;
    text-transform: capitalize;
    font-weight: bold;
    border: 0;
    padding: 10px 30px;
}
.main_btn_wrapper .btn:hover{
    background-color:#ce0447;
}
.back_btn {
    padding: 20px 0;
    text-align: center;
}
.back_btn .btn{
        background-color: #ce0447;;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: bold;
    border: 0;
    padding: 10px 30px;
}
.back_btn .btn:hover{
      background-color: rgb(7, 98, 148);
}

.organization_note p {
        font-size: 17px;
        font-family: arial,helvetica neue,helvetica,sans-serif;
        line-height: 31px;
}

.organization_note {
    text-align: center;
}