﻿header, footer {
    display: none;
}

body {
    background-color: #007DFA;
}

form {
    width: 340px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

body {
    font-family: "Helvetica Neue" !important;
}

input {
    width: 100%;
    margin-bottom: 42px;
    padding-bottom: 12px;
    color: rgba(255,255,255,0.7);
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(246, 247, 251, 0.3);
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.7);
    opacity: 0.7; /* Firefox */
}

@@-webkit-keyframes autofill {
    0%, 100% {
        color: rgba(255,255,255,0.7);
        background: url('../img/password_valid.png') no-repeat right;
        background-size: auto 70%;
       
    } 
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


input:focus, input:active {
    outline: none;
}

.logo {
    margin-bottom: 40px;
    margin-left: 154px;
}

.welcome-to-skip-cash {
    height: 66px;
    width: 339px;
    margin-bottom: 89px;
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
}

.otp-group {
    display: flex;
    justify-content: center;
}

.otp-label {
    color: white;
    margin-bottom: 20px;
    text-align:center;
}

#otp {
    text-align: center;
    width: 150px;
    padding-bottom:5px;
}

.resend-group {
    display: flex;
    justify-content: center;
}

.resendBtn {
    padding-top: 0px;
    background: transparent;
    border: none;
    color: white;     
}

.resendBtn:hover {
    color: white;
    font-weight: 400px;
}

#sumbittBtnId {
    margin-bottom: 10px;
}

.forgot-password-group {
    text-align:center;
}