.signup-page{
    --primaryFont: 'Maven Pro', sans-serif;
    --fontColor: #3C3C3C;
    --primaryColor: #3289FB;
    --hoverColor: #1b56a5;
}
body{margin: 0}
.signup-page{
    min-height: 100vh;
    background: #FCFFFE;
    font-family: var(--primaryFont);
    background: url('../images/techbank_signup_email_bg.svg') center;
    background-size: cover;
    color: var(--fontColor);
    position: relative;
}
.g-recaptcha div{width: 100% !important;}
.sign_in{display: none !important;}
#top_header{background-color: #fff;margin-bottom: 4rem;}
.signup_icon{
    margin: 0px auto 35px;
    width: 90px;
}
img.img-fit{
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.signup-card-content h4{
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.signup-card-content h5{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 2.8rem;
}
.signup-card-content blockquote span {font-weight: 600;}
.form-inp-label{margin-bottom: 1.5rem;}
.form-inp-label label{
    display: block;
    font-size: 13px;
    color: var(--fontColor);
}
.form-inp-label input{
    box-shadow: 0px 8px 21px #83B5FB33;
    outline: none;
    border: none;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border-radius: 8px;
    background: #fff;
    width: 100%;
}
.form-inp-label input::-webkit-input-placeholder,
.form-inp-label input::-moz-placeholder,
.form-inp-label input::-ms-input-placeholder,
.form-inp-label input:-moz-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #f00;
}
.form-area h6,
.form-check-label label{
    font-size: 12px;
}.form-check-label label{line-height: 13px;}
.form-check-label input[type="checkbox"]{
    top: 3px;
    position: relative;
}
.form-btn-submit{margin-top: 0.2rem}
.form-btn-submit input[type="submit"]{
    background: var(--primaryColor);
    width: 100%;
    line-height: 45px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.15s ease-out;
}
.form-btn-submit button:hover{
    background: var(--hoverColor);
}
.content-area{
    display: inline-block;
}
.form-area h6 > a{color: var(--fontColor);text-decoration: underline;}
.form-area h6 > a:hover{color: var(--primaryColor);}
.already-account{margin: 1rem 0;text-align: center;}
@media only screen and (max-width: 600px){
    .content-area{width: 100%;display: block;}
    .signup-card-content h4{font-size: 1.4rem;margin-bottom: 0.5rem;}
    .signup-card-content h5{font-size: 17px;line-height: 24px;margin-bottom: 1rem;}
    .signup_icon{width: 60px;margin: 10px 0;}
    #top_header{margin-bottom: 1.2rem;}
}