* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #E8ECF5;
}



.header .row {
    min-height: 750px;
    background: #F5F6FA;
    box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    width: 100%;

}



.header .row h1 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}



.form-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #000000;
    padding-left: 0px;
}

input.form-control {

    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ami {
    margin-top: -32px;
    margin-left: 325px;
}

.form-check .form-check-input {
    float: left;
    margin-left: 0em;
}

.form-check-input {
    border: none;
}

.form-check-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.my-btn {

    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    background: #078ED0;
    border-radius: 5px;
    border: 1px solid #078ED0;
    padding: .375rem 9.1rem;
    font-size: 1rem;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.second  {
    background-image: url("../images/Group\ 110.png");
    border-radius: 0 20px 20px 0;
    width: 100%;
    height: 750px;
    margin-left: 12px;

}

a:hover {
    color: white;
}

.second  .rinu {

    background-color: white;
    font-family: 'Ramabhadra', sans-serif;
    color: #078ED0;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 5px;
    font-size: 38px;
}