﻿body, html {
    height: 85% !important;
}

.input-group {
    margin: 10px 0;
    width: 100%;
}

input:not([type="checkbox"]), select, textarea {
    max-width: unset;
    height: 40px !important;
}

.input-group input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #B38742;
}

.input-group-addon {
    background-color: #B38742;
    color: #FFFFFF;
    border: none;
}

.btn-submit {
    transition: .3s !important;
    background-color: #000000;
    color: #FFFFFF;
    min-height: 50px;
    width: 100%;
    border-radius: 15px;
}

    .btn-submit:hover,
    .btn-submit:focus {
        color: #FFFFFF;
        background-color: #B38742 !important;
        outline: none !important;
    }

@media only screen and (min-width:768px) and (max-width:1199px), (min-device-width:768px) and (max-device-width:1199px) {
    .row-password-assistance {
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px), (max-device-width:767px) {
    .column-link-register-member,
    .column-link-login,
    .column-link-resend-ver-code {
        text-align: center;
    }
}

@media only screen and (min-width:768px), (min-device-width:768px) {
    .column-link-login/*,
    .column-link-resend-ver-code*/ {
        text-align: right;
    }
}

footer {
    display: none;
}
.header-password-assisstance{
    text-transform:uppercase;
}
.article-please-enter-email {
    margin-bottom: 30px;
}
.row-password-assistance {
    height: 100%;
    display: flex;
    align-items: center;
}
.column-password-assisstance {
    border-radius: 15px;
    border: 3px solid #B38742;
    box-shadow: 36px 36px 36px #B38742;
}
.signin-container{
    margin-top:10px;
}
.column-link-register-member,
.column-link-login,
.column-link-resend-ver-code {
    text-decoration: none;
    text-transform: uppercase;
}
    .column-link-register-member span,
    .column-link-login span,
    .column-link-resend-ver-code span{
        display: inline-block;
    }
.column-link-resend-ver-code{
    margin-bottom:10px;
}