body {
        position: relative;
        background: url('..//images/login-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 60px 0 ;
        font-family: 'Roboto', sans-serif;
        height: 100vh;
    }
  
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.main {
    padding: 25px 25px 25px;
    margin: 0px auto;
    background: #2c638b;
    -webkit-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 17px 43px 6px rgba(0,0,0,0.75);
    box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
}
.head_top h1 {
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 20px;
}
.head_top span {
    color: #3ca6da;
}
.brand_logo img {
    max-width: 200px;
}
.head_top h2 {
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin: 0px;
}
.custom-input{
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 16px;
    padding: .8em 0em;
    margin: 10px 0px 9px;
    border: 1px solid white;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    display: inline-block;
    background: transparent;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
}
select#nomineeRelation {
    color: #c8c6c4;
}
.custom-input::placeholder{
   color: #fff;
   font-weight: 700;
}

/* input[type=text]:focus {
    border-color: #3ca6da;
    background: #eeeeee63;
    color: #000;
} */
.custom_btn {
    background: #fff;
    color: #000;
    font-weight: normal;
    width: 100%;
    border: 0px;
    margin-top: 10px;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 30px;
    text-transform: uppercase;
}
.or-box span {
    color: #fff;
    border: 1px #ffffff solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
a.forgot-pw {
    color: #fff;
    text-decoration: none;
    text-align: right;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.icons-btm {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}
.follow-one a, .follow-two a {
    padding: 1em 1em;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}
.follow-one {
    background: #0848cd;
    width: 100%;
}
.follow-two {
    background: #dd4b39;
    width: 100%;
}

.main-body{
    background: url('..//images/register-bg.avif');
    padding: 0px;

}
.logo-top {
    background: #252525;
    padding: 40px 0;
}
  .navbar {
      background: #111;
    }
    .navbar-nav .nav-link {
        color: #fff;
        margin-left: 15px;
        transition: 0.3s;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: left;
    }
    .navbar-nav .nav-link:hover {
      color: #00c3ff;
    }
    .custom-borad {
        background: #fff;
        margin: 20px;
        border-radius: 10px;
    }
    .board-title h4 {
        color: #1e77d0;
        font-size: 15px;
        font-weight: 600;
        padding: 9px 13px;
        border-bottom: 3px #000000 solid;
    }
    .board-sub-heading p {
        margin: 0px;
        font-size: 14px;
        color: #212121;
    }
    .board-sub-heading h5 {
        color: #000000c4;
        font-weight: normal;
        font-size: 26px;
    }
    label.label-input span {
        color: red;
        font-size: 34px;
        position: absolute;
        top: -15px;
        right: -19px;
    }
    .custom-input2 {
        display: block;
        width: 100%;
        padding: 6px 13px;
        border-radius: 0px;
        margin-top: 13px;
        border: 1px #000 solid;
    }
    .form-group {
        margin-top: 20px;
    }
    .agree-box {
        display: block;
        margin: auto;
        margin: 10px 0px;
    }
    .agree-box a {
        text-decoration: none;
        color: #000;
    }
    .register-btn {
        background: #212121;
        color: #fff;
        border: 0px;
        padding: 8px 12px;
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
    }
@media screen and (max-width:575px){
    .head_top h1 {
        font-size: 18px;
    }
    .head_top span {
        display: block;
    }
    .head_top h2 {
        font-size: 18px;
    }
}

