.container {
    max-width: 600px !important;
}

body {
    padding: 0;
    max-width: 600px !important;
    background-image: url('/imgs/bg1.jpg');
    background-size: cover;
    position: relative;
    margin: auto;
    height: 100%;
    min-height: 100vh;
}
ul {
    list-style: none;
}

a, a:hover, a:active {
    text-decoration: none;

    color: inherit;
}
.green{
    color: #A4D957;
}
.bggreen{
    background-color:#A4D957;
    color: white;
}
.bg_grad{
    background: linear-gradient(182.22deg, #75E7A2 1.87%, #A4D957 98.13%);
    color: black;
}

.title_font{
    font-family: 'Kadwa', serif;
}
.login_title{
    font-size: 2.5em;
}
.login_title-container{
    height: 252px;
    padding-top: 300px;
    padding-bottom: 60px;
}
.tel_container{
    max-width: 250px;
    position: relative;
    padding-top: 30px;
    margin: auto;

}

.tel_container i{
    color: #A4D957;
    position: absolute;
    bottom: 10px;
    right: 5px;


}
form{
    margin-bottom: 15px;
}
.tel_container .tel{
    border: none;
    border-bottom-width: 2px;
    color: #fff;
    border-bottom-color: #A4D957;
    background-color: transparent;
    border-bottom-style: solid;
    font-family: 'Inter';
    border-radius: 0;

}
.tel07{
    border: none;
    border-bottom-width: 2px;
    color: #fff;
    border-bottom-color: #A4D957;
    padding-left: 50px;
    background-color: transparent;
    border-bottom-style: solid;
    font-family: 'Inter';
    border-radius: 0;
}
.tel::placeholder{
    color: #AAA8A8;
}

.tel_btn{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.menu_slider_wrapper{
    display: none;
}
#formhe{
    height: 250px;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.footer{
    background-color: #9adc67;
    color: #676767;
    width: 100%;
    margin-left: -12px;
    /* padding: 0; */
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
/* Default state, when .tel is not focused */


/* When .tel is focused */
.tel:focus-within .login_title-container {
    padding-top: 175px;
    height: 0px;
    padding-bottom: 60px;
}
.tel:focus + .login_title-container {
    padding-top: 175px;
    height: 0px;
    padding-bottom: 60px;
}

input[type=radio] {
    /* border: 34px solid #ec661b; */
    padding: 12px;
    -webkit-appearance: none;
    margin: 2px;
    background-color: #454e4e;
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    border-width: 3px;
    border-style: solid;
    -o-border-image: -o-linear-gradient(bottom left, #91ff00, #91ff00) 1;
    border-image: -webkit-gradient(linear, left bottom, right top, from(#91ff00), to(#91ff00)) 1;
    border-image: linear-gradient(to top right, #91ff00, #91ff00) 1;

}

input[type=radio]:checked {
    background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
    background-size: 9px 9px;
}

input[type=radio]:focus {
    outline-color: transparent;
}
.bg_navs{
    border: solid 2px #A4D957;
    color: black;
}
.bg_navs.active{
    background: linear-gradient(182.22deg, #75E7A2 1.87%, #A4D957 98.13%);
    color: black;
}
.mt-65{
    margin-top: 65px;
}