*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
p, h1, h2, h3, h4{
    padding: 0;
    margin: 0;
}

body{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 15px;
    padding-top: 15px;
}

.auth_title h4 {
    color: #fff;
    font-size: 34px;
    margin-top: 70px;
    text-align: center;
}
.auth_title p {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 23px;
    position: relative;
}
.auth_title p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #01ff47;
    bottom: -12px;
    left: 0;
    box-shadow: 0px 5px 9px #fff;
}

form{
    margin-top: 50px;
}

.custom_form_box{
    position: relative;
}

input.custom_input {
    width: 100%;
    height: 55px;
    font-size: 17px;
    margin: 7px 0;
    padding-left: 50px;
    border-radius: 8px;
}

.licon {
    position: absolute;
    top: 25px;
    left: 17px;
    font-size: 20px;
    color: #3dff06;
}

span {
    position: absolute;
    color: #3dff06;
    right: 15px;
    top: 26px;
}
.custom_form_box button {
    width: 100%;
    font-size: 19px;
    color: #3dff06;
    padding: 15px 0;
    border-radius: 50px;
    margin-top: 20px;
}

.custom_form_box p {
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.custom_form_box a {
    color: #fff;
}












