/*html {
    scroll-behavior: smooth;
    font-size: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'amsi_pro_condultra';
}*/
* {
    box-sizing: border-box;
}
p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #4a4a4a;
    font-family: 'Myriad Pro';
}
ul {
    list-style: none;
    padding-left: 0px;
}
a {
    color: #333;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
}
button:focus {
    box-shadow: none;
    outline: none;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
input:-internal-autofill-selected{
    background: red;
}
img {
    width: 100%;
}
.form-control:focus {
    box-shadow: none;
    background-color: #eceff1;
}
.grid-pd {
    padding-left: 14px;
    padding-right: 14px;
}
.row-mr{
    margin-left:-14px;
    margin-right:-14px;
}
/*.login-form{
    height: 100vh;
}*/
.login-left {
    background: #fff;
    width: 50%;
    padding: 50px;
}
input:focus-visible{
    outline: none;

}
.login-right {
    background: #666600;
    width: 50%;
    padding: 50px;
}
.login-logo{
    max-width: 488px;
    margin: auto;
    margin-bottom: 61px;
}
.login-hadding {
    max-width: 856px;
    margin: auto;
}
.login-hadding h1{
    font-size: 48px;
    text-align: center;
    color: #666600;
    display:inline-block;
    font-family: 'amsi_pro_condultra';
    letter-spacing: inherit;
}
.login-right .login-hadding h1{
    color: #fff;
}
.login-right .login-hadding h1 span{
    padding: 0 15px;
}
.login-hadding h1 span {
    display: block;
    background: black;
    text-align: center;
    color: #fff;
    min-height: 61px;
}
.social-media.text-center ul li a {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    transition: 0.5s;
    transform: rotate(0eg) scale(0.9);
}
.social-media.text-center ul li a:hover {
    transform: rotate(362deg) scale(1.2);
}
.social-media ul li{
    margin: 0 11px;
}
.social-media.text-center ul{
        margin: 49px 0 39px 0px;
}
.facebook-icon{
    background:#3b5998;
}
.google-plus-icon{
    background:#cc3333;
}
.linkedin-icon{
    background:#0e76a8;
}
.social-media p{
    color: #56667b;
    font-size: 25px;
    margin-bottom: 68px;
}
.submit-button {
    margin-top: 50px;
    height:150px;
}


.main-form{
    margin-bottom: 28px;
    position: relative;
}
.form-icon {
    width: 49px;
    position: absolute;
   /*comment on 18march z-index: 9;*/
    top: 50%;
    transform: translate(32px, -50%);
}
.form__label {
    position: absolute;
    left: 95px;
    top: 50%;
    margin: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s;
    color: #cccccc;
    transform: translate(0, -50%);
    z-index: 0;
}
.form__input {
    width: 100%;
    background: transparent;
    display: block;
    height: 84px;
    border-radius: 20px;
    border: solid 2px #a0a271;
    padding-left: 95px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    background-image: none;
    z-index: 999;
    position: relative;
}
.main-form.active .form__label {
    top: 18px;
    color: #a0a271;
    font-size: 13px;
}
.submit-button button {
    background: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
    max-width: 524px;
}
.login-right-content p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 38px;
    line-height: 30px;
    font-family: 'Myriad Pro';
}
.login-right-content {
    padding: 37px 0px 0 39px;
    max-width: 856px;
    margin: auto;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    background: white;
    padding: 10px 22px;
    width: 210px;
    border-radius: 50px;
    border: solid 1px #ccc;
    font-family: 'Open Sans', sans-serif;
}
.counter input {
    width: 34px;
    border: 0;
    line-height: 30px;
    font-size: 19px;
    text-align: center;
    color: #000;
    appearance: none;
    outline: 0;
    background:transparent;
}
.counter span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #505050;
    user-select: none;
    background: #ededed;
    margin-left: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
}
.counter span img{
    max-width: 14px;
}

/*Custom Css*/
main.main{
    padding-top:183px !important;
}

.header__lower:after {
    content: "";
    background: #335a01;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: -1;
}
.main-form.state select {
    text-transform: uppercase;
}