.container {
    padding-top: 7% !important;
}
body, html {
    background-image: url('/images/bg.php');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 120%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.branding_card {
    margin-top: 583px !important;
    height: 175px !important;
    
    margin-left: -614px !important;
    background: transparent !important;
    box-shadow: none !important;
}
.eck_branding {
    color: black !important;
    margin-left: -18px !important;
    font-size: 17px !important;
    font-weight: normal !important;
}
.user_card {
    height: 515px;
    width: 350px;
    margin-top: auto;
    margin-right: 50px;
    margin-bottom: auto;
    background: #f5f5f5;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.brand_logo_container {
    position: absolute;
    
    width: 360px;
    top: -1px;

    padding: 20px 20px 0 20px;
    text-align: center;
}
.brand_logo {
    height: px;
    width: 320px;
}
.form_container, .login_container {
    padding-left: 20px;
    padding-right: 20px;
}
.login_btn {
    width: 100%;
    background: var(--btn-main-col);
    color: white !important;
}
.pwr_btn {
    width: 100%;
    color: #363b3f !important;
    background: #AEAEAE;
}
.pwr_btn:hover {
    width: 100%;
    color: #363b3f !important;
    background: #DDDDDD;
    transition: ease 0.4s;
}
.login_btn:hover {

    background: var(--btn-hovr-col);
    transition: ease 0.4s;
}
.login_btn:focus {

    background: var(--btn-main-col);
    transition: ease 0.4s;
}
.input-group-text {
    background: var(--btn-main-col) !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user, .input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #00b6d5 !important;
}
.signuptxt {
    font-size: 28px;
    font-weight: bolder;
    color: var(--btn-main-col);
    margin-bottom: 8px;
}