*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
}

.page_wrapper{
    height: 100vh;
    background-size: cover !important;
}

.page_container {
    background: #000000d4;
    height: 100vh;
    padding: 0 15px;
}

.form-group {
    margin: 30px 0;
}

.page_container h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    text-align: center;
    padding-top: 15px;
    position: relative;
}

.page_container h3::after {
    position: absolute;
    width: 150px;
    height: 7px;
    background: #fff;
    content: "";
    left: 50%;
    transform: translate(-50%);
    top: 54px;
    border-radius: 50px;
}

form {
    margin-top: 40px;
}

.form-group{
    position: relative;
}

.form-group label {
    display: block;
    color: #fff;
    margin-left: 12px;
}

input.custom_input {
    width: 100%;
    padding: 20px 10px 20px 60px;
    background: transparent;
    color: #fff !important;
    margin-top: 7px;
    border: none;
    border-radius: 7px;
}

.icon {
    position: absolute;
    top: 38px;
    left: 10px;
}

input.custom_input:focus-visible{
    outline: none;
    border: none;
    background: transparent;
}
.icon img {
    width: 25px;
}
.icon_eye img {
    width: 25px;
}

.icon_eye {
    position: absolute;
    right: 10px;
    top: 38px;
}

.submitter {
    background: #c2c2c2!important;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    border: none;
    font-size: 22px;
    text-transform: capitalize;
    padding: 14px 0;
}
.angur {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.angur a {
    color: #89d934;
    text-decoration: none;
}





