 .page-footer {
            margin-top: 0px !important;
        }
        * {
    margin: 0;
}

a {
    cursor: pointer;
}

input:focus, button:focus {
    outline: none;
}

::placeholder {
    color: #FFF;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

::-ms-input-placeholder {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}

body {
    background: linear-gradient(90deg, #1A67B8, #2572D9, #51E1FF, #E9E6FF);
    background-size: 600% 100%;
    animation: bggradient 10s linear infinite;
    animation-direction: alternate;
    font-family: 'Roboto', sans-serif;
}

@keyframes bggradient {
    0% {
        background-position: 0%
    }
    100% {
        background-position: 100%
    }
}

.header-logo {
    width: 100%;
    height: 40px;
    float: left;
    margin: 45px 0 20px 0;
    color: #fff;
}

.login {
    height: 100vh;
    width: 100%;
}

.login-wrap {
    background: rgb(0 0 58 / 93%);
    width: 100%;
    height: 100%;
}

#signinbox {
    display: block;
    float: left;
    margin-bottom: 114px;
    width:100%;
}

@media (max-height: 518px) {
    #signinbox {
        margin-bottom: calc((100vh - 404px));
    }
}

#signupbox {
    display: none;
    float: left;
}

.inputfield {
    width: 100%;
    padding: 7px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0) !important;
    border: white solid 1px;
    color: #fff !important;
    margin-bottom: 3%;
    font-family: 'Roboto', sans-serif;
}

.inputsubmit {
    height: 40px;
    width: 100%;
    font-size: 14px;
    border: none;
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
}
.inputsubmit a {
    color:#fff;
}
.inputsubmit:active {
    background: rgba(255, 255, 255, 0.35);
}

.submitfunc:after {
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px);
    -webkit-animation: AnimationProgress 5s linear infinite;
    animation: AnimationProgress 5s linear infinite;
    background-size: 300% 300%;
    height: 40px;
    width: 100%;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    transition: all 1s ease-in-out;
}

@-webkit-keyframes AnimationProgress {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 94% 0%;
    }
}

@keyframes AnimationProgress {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 94% 0%;
    }
}

.spf {
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
    color: #fff;
    float: left;
    margin-bottom: 30px;
}

.spf a {
    width: 100%;
    float: right;
}
.padd-top-80px {
    padding-top: 80px;
}
.form-control {
        color: #ffffff;
    background-color: #fff0;
    border-radius:0px;
}


.request-otp-header {
  margin: 40px 0px;
}
.login-label label {
  color: #fff;
  font-weight: 600;
}
.input-edit {
  width: 100%;
    padding: 7px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0) !important;
    border: white solid 1px;
    color: #fff;
    margin-bottom: 3%;
    font-family: 'Roboto', sans-serif;
}
.input-edit:focus {
  border-bottom-color: #fff !important;
  box-shadow: none;
  outline: 0;
}

.request-otp {
  margin-top: 40px;
  background: linear-gradient(#c74032, #91041b);
  font-size: 14px;
  color: #fff;
}
.request-otp:focus {
  box-shadow: none;
}
.fa-chevron-left {
    cursor: pointer;
    color: #fff;
    border: 2px solid white;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.resend-otp{
  margin-top:6px;
  cursor:pointer;
}
::placeholder {
    color:#fff;
}

