.card p {
    font-size: 14px;
    margin-bottom: 10px;
}

a {
    color: #0056b3;
}

    a:hover {
        color: #f68c33;
    }
/*Login*/
.login_logo {
    max-width: 100%;
    max-height: 60px;
}

.login_page_bg {
    /*background: url(../images/login.jpeg) no-repeat 0 0/cover;*/
    background: url(../images/graphic_bg.png) no-repeat 0 0/cover;
    width: 100%;
}

/*.login-page, .register-page {*/
    /*height: 100vh;
    display: table;
    width: 500px;
    padding: 150px 0;
    margin-left: 10px;*/
    /*height: 100vh;
    display: table;*/
    /* width: 500px; */
    /*padding: 150px 0;
    margin-left: 10px;
    padding-left: 200px;
}*/
/*margin: auto;*/
.login-box, .register-box {
    display: table-cell;
    margin: auto;
    vertical-align: middle !important;
    background-color: floralwhite;
    padding: 20px;
    border-radius: 20px;
    border-top: 4px solid #af0000;
    border-bottom: 8px solid greenyellow;
}

/*.login-box-body, .register-box-body {*/
    /*padding: 50px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border-top: 0;
    color: #333;
    margin: 45px;
    box-shadow: 0 12px 34px 0 rgba(9, 39, 57, 0.2) !important;*/
    /*padding: 10px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border-top: 0;
    color: #333;
    margin: 20px;
    box-shadow: 0 12px 34px 0 rgba(9, 39, 57, 0.2)
}*/
.login-page, .register-page {
    height: 100vh;
    display: table;
    width: 500px;
    padding: 40px 0;
    /*margin-left: 10px;*/
    margin-left: 31%;
    margin-top: 4px;
    /* padding-left: 200px; */
}

.login-box-body, .register-box-body {
    /* padding: 10px; */
    /* border-radius: 16px; */
    overflow: hidden;
    /* background: #fff; */
    border-top: 0;
    color: #333;
    /* margin: 30px; */
    /* box-shadow: 0 12px 34px 0 rgba(9, 39, 57, 0.2); */
}

    .login-box-body .form-control {
        background: #fff;
        height: 48px;
        border-radius: 100px !important;
        font-size: 16px;
        padding: 10px 12px 10px 42px;
        border: solid 1px #e2e2e2;
    }

    .login-box-body .user_icon {
        position: absolute;
        top: 16px;
        left: 34px;
        z-index: 9;
        color: #b3b3b3;
        font-size: 18px;
    }

    .login-box-body .show_pass {
        position: absolute;
        top: 16px;
        right: 34px;
        z-index: 9;
        color: #b3b3b3;
        font-size: 18px;
    }

.btn_login {
    border: none;
    border-radius: 100px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 6px 10px 0px #dbdbdb;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 200% auto;
}

.btn_login {
    background-image: linear-gradient(to left, #faa804 0%, #ffd78c 51%, #fd9e38 100%);
}

    .btn_login:hover {
        color: #fff !important;
        background-position: right center;
        text-decoration: none;
    }

.login-box .copyright_text {
    font-size: 13px;
    color: #fff;
}

.login-box .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5caf02;
    background-color: #5caf02;
}

.footer_logo {
    max-width: 100%;
    max-height: 40px;
}

@media (max-width:767px) {
    .login_logo {
        max-height: 80px;
    }
}

@media (max-width:480px) {
    .login-page, .register-page {
        width: 100%;
    }

    .login-box-body, .register-box-body {
        padding: 15px;
    }
}
