@media (min-width: 768px) {
    .auth-logo {
        width: 100%;
    }
    .ict-btn {
        color: #fff !important;
    }
    .form-con {
        margin-top: 0%;
        padding: 2.5em;
    }
    .form-mt {
        margin-top: 6em;
    }
}
@media (max-width: 768px) {
    .auth-logo {
        width: 100%;
    }
    .form-con {
        margin-top: 0%;
        padding: 1em;
    }
}

/*==========================================
#auth form
===========================================*/
@media (min-width: 768px) {
    .auth-hd {
        text-align: center;
        margin-top: 4em;
        margin-bottom: 1em;
    }
    .auth-input {
        background-color: #212121 !important;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        color: #eee !important;
        opacity: 0.8 !important;
    }
}

@media (max-width: 768px) {
    .auth-hd {
        text-align: center;
        margin-top: 4em;
        margin-bottom: 1em;
        font-size: 1.4em !important;
    }
    .auth-input {
        background-color: #212121 !important;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        color: #eee !important;
        opacity: 0.8 !important;
    }
}
