* {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

a:hover {
    color: #444;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cp {
    cursor: pointer
}

html,
body {
    height: 100%;
}

p {
    margin-bottom: 0px;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;

}

.hid {
    display: none;
}

.top-mar {
    margin-top: 15px;
}

.h-100 {
    height: 100%;
    ;
}

::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important;
}

.container-fluid {
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: font-regular;
}

strong {
    font-family: 'Roboto';
}

body {
    background-color: #fafafa !important;
    font-family: 'Roboto';
    color: #6A6A6A;
    overflow-x: hidden;

}



.bg-login {
    background-image: url(contents/images/bg-balloon.jpg);
    min-height: 100%;
    background-size: 100%;
    padding: 20px;
}

/* .login-card {
    background-color: #fff;
    float: none;
    margin: auto;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    margin-top: 8%;
    margin-bottom: 5%;

} */

.login-card {
    background: #fff;
    max-width: 950px;
    border-radius: 20px;

    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    margin-top: 8%;
    margin-bottom: 5%;
}

.detail-part {
    background-image: url(../images/login-balloon.jpg);
    padding: 30px;
    background-size: 100%;
    /* padding: 84px 50px 50px 50px; */
}

.detail-part .info {
    padding: 30px;
    text-align: center;
    border: solid 5px #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    max-width: 300px;

    margin-left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
}


.logn-part .input-text {
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    background: rgba(23, 23, 23, 0.72);
    color: #616161;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.detail-part h1 {
    color: #fff;
}

.detail-part p {
    color: #fff;
    margin-top: 30px;
}

.logn-part {
    /* padding: 30px; */
    padding: 84px 50px 50px 50px;
}

.logo-cover img {
    margin-bottom: 30px;
}

.form-cover h6 {
    margin-bottom: 30px;
}

.form-cover input {
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #cccccc38;
}

.form-footer .forget-paswd {
    text-align: left;
}

.button-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-footer {
    margin-bottom: 50px;
}

.button-div .btn {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    padding: 10px 42px;
    font-size: 15px;
    font-weight: bold;
}

.button-div .btn:hover {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

.button-div .btn:active {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

.button-div .btn:focus {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

@media screen and (max-width: 1100px) {
    .bg-login {
        background-image: url(../images/bg-mobile.jpg);
    }
}
