body{
    background-color: #f1eeee;
}
.common-form {
    position: relative;
    height: 100%;
}

.common-form.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.common-form.bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.white-box {
    position: relative;
    padding: 30px 50px;
    text-align: left;
    min-height: 350px;
    max-height: 350px;
}

.white-box.left-side {
    text-align: center;
}

.white-box.left-side h2 {
    line-height: 1.2;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}
.white-box img {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.white-box .form-control {

    padding-left: 20px;
}

.white-box .or p {
    position: relative;
}

.white-box .or p:before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: 12px;
    width: 45%;
    height: 1px;
}

.white-box .or p:after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: 12px;
    width: 45%;
    height: 1px;
}

.text-box {
    margin: 80px auto 40px auto;
    padding: 50px;
    min-height: 411px;
}

.text-box p {
    font-size: 20px;
}

.text-box p:first-child {
    margin-bottom: 30px;
}

.white-box form {
    min-width: 300px;
}

.white-box form h5.logo {
    margin-bottom: 25px;
}

.white-box form h4 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.reg-form .white-box form h4 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.forget-form .white-box form h4 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.white-box form .form-control {
    margin-bottom: 0;

    font-size: 14px;
}

.white-box .form-group {
    margin-top: 20px;
}

.white-box form .custom-control-label {
    margin: 0px 0;
    font-size: 14px;
}

.white-box .info li {
    font-size: 13px;
}

.white-box .info li:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-form .white-box .info li:nth-child(1) {
    margin-bottom: 10px;
    margin-top: 5px;
}

.login-form .white-box .info li:nth-child(2) {
    margin-bottom: 20px;
}

.white-box .info li .btn {
    margin-bottom: 10px;
    font-size: 13px;
}

.white-box .new-acc {
    margin: 10px 0;
    font-size: 13px;
}

.white-box a.sign-in-link {
    font-size: 13px;
}

.white-box .btn {
    width: 100%;
    padding: 5px 40px;
}

.white-box p.new-acc a:hover {
    text-decoration: underline;
}

footer p {
    padding: 20px 0;
    letter-spacing: 2px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

footer span {
    font-weight: 600;
    font-style: italic;
}

.reg-form .white-box {
    position: relative;
}

.reg-form form .form-control {
    margin-bottom: 15px;
}

ol.forgot-info {
    padding-left: 20px;
}

.forgot-info li p {
    font-size: 14px;
}

li, ul {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100;
}

html, body {
    height: 100%;
}

.section-padding {
    padding: 50px 0;
}

.btn:focus, button:focus, .form-control:focus, .navbar-toggler:focus, select:focus {
    border: unset;
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}

.flex-centering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-centeringv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fh {
    height: 100vh;
}

.sh-above {
    /* position: relative; */
    z-index: 1;
}

form .form-control {
    border: unset;
    outline: unset;
}

/* =====================================================
    Form Colors Starts
===================================================== */

.common-form {
    color: #000000;
}

.common-form:after {
    background-color: #fffbe3;
}

.white-box {
    background: #ffffff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .6);
}

.white-box.left-side {
    background-color: rgba(0, 166, 255, 0.8);
    color: #ffffff;
}

.white-box form h5.logo {
    color: #333;
}

.white-box form h4 {
    color: #222222;
}

.white-box .btn {
    background-color: #018fe0;
}

.white-box .btn:hover {
    background-color: rgba(0, 166, 255, 0.8);
}

.white-box form .form-control {
    border: 1px solid #ffffff;
    background-color: #cccccc;
    transition: .3s;
}

.white-box form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #0066cc;
}
