.ecomfit-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    height: 100vh;
    line-height: normal !important;
}

.ecomfit-container {
    width: 80%;
    margin: 0 auto;
}

.ecomfit-container img {
    height: auto;
    width: 100%;
}

.ecomfit-container a {
    text-decoration: none;
}

.ecomfit-wrapper-login {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url('../images/ecomfit-bg-gift.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.ecomfit-wrapper-login .ecomfit-img-wrapper {
    width: 180px;
    margin: 0 auto;
}

.ecomfit-wrapper-manager .ecomfit-header .ecomfit-img-wrapper {
    display: block;
    width: 260px;
    margin: 0 auto;
}

.ecomfit-footer .ecomfit-img-wrapper {
    display: block;
    width: 260px;
}

.ecomfit-wrapper-login .ecomfit-img-wrapper img {
    border-radius: 5px;
}

.ecomfit-content {
    margin: 15px 0;
}

.ecomfit-text-bold {
    font-weight: 600;
}

.ecomfit-wrapper-manager .ecomfit-title {
    font-size: 1.7em;
    margin-bottom: 1rem;
}

.ecomfit-title {
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 3rem;
}

.ecomfit-support {
    text-align: center;
    max-width: 70%;
    margin: 50px auto;
    padding-top: 50px;
    border-top: 1px solid #f1f2f3;
}

.ecomfit-header {
    text-align: center;
}

.ecomfit-header .btn {
    font-size: 13px;
}

.ecomfit-footer {
    font-size: 0.75rem;
    border-top: 1px solid #f1f2f3;
    padding: 30px 0;
}

.ecomfit-float-left {
    float: left !important;
}

.ecomfit-float-right {
    float: right !important;
}

.ecomfit-text-white {
    color: #fff !important;
}

.ecomfit-text-center {
    text-align: center !important;
}

.ecomfit-btn-round {
    border-radius: 10rem !important;
}

.ecomfit-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.ecomfit-btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.ecomfit-btn-sm {
    font-size: 11px;
    padding: 4px 20px;
}

.ecomfit-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.ecomfit-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.ecomfit-btn:focus, .ecomfit-btn:hover {
    text-decoration: none;
}

.ecomfit-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.ecomfit-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

@media (max-width: 991px) {

}

/*Ipad horizontal(1024 x 768)*/
@media screen and (max-width: 1024px) {

}

/*Ipad vertical(768 x 1024)*/
@media screen and (max-width: 768px) {
    .ecomfit-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*Tablet small(480 x 640)*/
@media screen and (max-width: 480px) {
    .ecomfit-float-left, .ecomfit-float-right {
        float: none !important;
    }

    .ecomfit-footer {
        text-align: center;
    }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {

}

/*Smart phone small*/
@media screen and (max-width: 240px) {

}
