
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #53575a; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #161223;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Poppins"
}

h2 {
	color: #161223;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Poppins"
}

h3 {
	color: #161223;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Poppins"
}

h4 {
	color: #161223;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins"
}

h5 {
	color: #161223;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins"
}

h6 {
	color: #161223;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins"
}

.login {
    background: url(../assets/bg.jpg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
        display: flex;
    align-items: center;
}
.log_box {
background: #444549;
    border-radius: 9px;
    padding: 18px;
}
.log_box {
    text-align: center;
}
label {
    text-align: left;
    width: 100%;
    margin-bottom: 7px;
    color: white;
}
.gdr {
    display: flex;
    align-items: center;
    background: white;
    margin-top: 15px;
      padding: 10px 0px;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    justify-content: center;
}
.entr input {
    background: #acacac;
    padding: 4px;
    border-radius: 8px;
    width: 150px;
}
.entr label {
    color: black;
    text-align: center;
    margin-bottom: 7px;
}
.entr {
    width: 148px;
}
.cp {
    width: 141px;
}
.bcx h3 a {
    color: white !important;
    font-size: 13px;
    font-weight: 100 !important;
}
small#emailHelp {
    background: white;
    padding: 4px 0px;
    width: 100%;
    display: block;
    margin-top: -1px;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 10px;
}
.form-control:focus {
    color: inherit;
    background-color: #9d9a9a;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 4px 30px;
}
ul.gyu li {
    list-style: none;
    /* float: left; */
    margin: 0px;
    padding: 0;
    display: inline-block;
    /* float: left; */
    margin-right: 28px;
    color: white;
    margin-top: 15px;
}
.form-group {
    margin-bottom: 9px;
}
.form-group input {
    border-radius: 11px;
}


a {
    color: #e9ebef;}




@media only screen and (max-width: 1366px) {

.login {
    

}


}


@media only screen and (max-width: 767px) {
.login {
    background-position: 25%;
}


}

