@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
button:focus { outline: none; }
a { text-decoration: none !important; }
.btn { -webkit-transition: .4s; transition: .4s; }
body { font-family: 'Roboto Condensed', sans-serif !important; font-size: 16px !important; line-height: 1.5; color: #4A5252 !important; background: #fff; font-weight:300 !important;}
img {
    max-width: 100%;
}
.login-sec {
    min-height: 100vh;
    background: #464747;
    display: flex;
}
.login-sec-col {
    display: flex;
    padding: 30px;
    align-items: center;
    width: 50%;
    justify-content: center;
}
.bg-sec {
 background:url(../images/Background-Image.png) no-repeat center center; background-size:cover;
}
.login-sec-form {
    max-width: 350px;
    width: 100%;
    text-align: center;
}
.login-form-left {
    padding-top: 35px;
}
.login-form-feild label {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
}
.login-form-feild {
    margin-bottom: 20px;
}
.login-form-feild:last-child {
    margin-bottom: 0px;
}
.login-form-feild input[type="text"], .login-form-feild input[type="password"],.login-form-feild input[type="email"] {
    width: 100%;
    padding: 6px 10px;
    min-height: 40px;
    font-size: 15px;
    color: #464747;
}
.login-form-feild input:focus-visible {
    outline: none;
}
.login-form-feild button {
    background: #3681c3;
    color: #fff;
    border: none;
    width: 100%;
    padding: 8px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.info-r {
    background: #949494;
    font-size: 14px;
    width: 24px;
    /* height: 24px; */
    line-height: 24px;
    cursor: pointer;
}
.login-sec-con {
    text-align: center;
    padding: 5px 15px;
    max-width: 450px;
    margin: 0 auto;
}
.login-sec-con h2 {
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    margin: 0;
    padding: 25px 15px;
}
.hr-div {
    overflow: hidden;
    margin-bottom: 15px;
}
.hr-div span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.hr-div span:after {
    content: "";
    height: 1px;
    background: #fff;
    left: 100%;
    right: -500%;
    position: absolute;
    margin-left: 8px;
    top: 7px;
    opacity: 0.8;
}
.hr-div span:before {
    content: "";
    height: 1px;
    background: #fff;
    right: 100%;
    left: -500%;
    position: absolute;
    margin-right: 8px;
    top: 7px;
    opacity: 0.8;
}
.sec-logo {
    margin-bottom: 15px;
}
.sec-logo:last-child {
    margin-bottom: 0;
}