* {
    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: #fff !important;
    font-size: 13px;
    /* opacity: .5 !important; */
}
.container-fluid{
    padding: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: Averta, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
strong{
	font-family: 'Ubuntu', sans-serif;
}
body{
    background-color:#fafafa !important;
    font-family: Averta, "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: #6A6A6A;
   overflow-x: hidden;

}



.bg-login{
    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: 5%;
    margin-bottom: 5%; */

    height: 100vh; /* Full viewport height */
    position: relative;
    display: flex;
    outline: none;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    margin: auto;
    overflow: auto;
    min-height: 320px;
    border-radius: 8px;
}
.detail-part {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    background: url('../images/left-panel-image.e3d210a9.png') center center / cover no-repeat #1f262d;
    padding: 0px 32px;
}

.detail-part h1{
    margin: 2px 0px;
    display: inline;
    line-height: 1.25;
    font-weight: 600;
    font-size: 54px;
    color: #00ffff;
}
.detail-part p{
    margin: 2px 0px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #ebebeb;
}

.btn-sign {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.43;
    padding: 0px 12px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(2, 108, 223);
    border: 1px solid transparent;
    transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.btn-sign:hover {
    background-color: rgb(7, 71, 140);
}


.logn-part{
    padding: 30px;
} 
.logo-cover img{
    margin-bottom: 30px;
}
.form-cover h6{
    margin-bottom: 30px;
}
.form-cover input{
    border-radius: 0px;
    background-color: #cccccc38;
}
.form-footer .forget-paswd{
    text-align: left;
}
.button-div{
    text-align: right;
}
.form-footer{
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
}
/* .button-div .btn{
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.button-div .btn:hover{
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.button-div .btn:active{
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.button-div .btn:focus{
    background-color: #007bff !important;
    border-color: #007bff !important;
} */



/* Media query to hide .detail-part on screens narrower than 720px */
@media (max-width: 720px) {
    .detail-part {
        display: none;
    }
    .login-part {
        flex: 1; /* Allows .login-part to take full width */
        width: 70%; /* Ensures full width */
        margin: auto;
    }
    .login-card {
        flex-direction: column; /* Stack elements vertically if needed */
    }
}

@media (max-width: 520px) {
    .login-part {
        width: 95%; /* Ensures full width */
    }
}

@media (max-width: 375px) {
    .button-div{
        text-align: center;
    }
    .btn-sign {
        padding: 0px 12px;
        width: 100%;
    }
}

@media screen and (max-width: 1100px){
    .bg-login{
        background-image: url(../images/bg-mobile.jpg);
    }
}