/*
Landing page css
=======================================
========================================
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');
*:focus {
    outline: none !important;
    box-shadow: none;
}
span.left-logo img {
    max-width: 80%;
}
body {
    font-family: 'Lato', sans-serif;
}
.kt-left {
    padding: 2%;
}
.kt-right-in {
    max-width: 464px;
    margin: auto;
}
.wrapper.bg.ktu-wrap {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}
.kt-right {
    padding: 3% 6%;
}



.form-wrap {
    background: none;
    margin: auto;
    max-width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}
.form-wrap .form-group {
    position: relative;
	margin-bottom: 6px;
}
.form-wrap  .form-group i {
    position: absolute;
    left: 11px;
    top: 12px;
    font-size: 18px;
    color: #183571;
}
.form-wrap legend {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.form-wrap .form-control {
    padding: 6px 10px 5px 33px;
    background: #fff;
    height: 35px;
    border: none;
    color: #9e9e9e;
    border: solid 2px #9e9e9e;
}

.form-control::-webkit-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.form-control::placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.btn.submit-btn {
    background: #4ab7e7;
    color: #fff;
    border-radius: 0;
    padding: 0px 0;
    font-size: 18px;
    min-width: 198px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border: none;
    margin: 10px 0;
}

.not-register ,
.for_technical{
    display: block;
    color: #fff !important;
    width: 100%;
    font-size: 14px;
    border: none;
    text-align: left;
    font-weight: 600;
}
.kt-event-detail p {
    color: #fff;
  
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}
.site-logo img {
    max-width: 150px;
    margin-bottom: 55px;
}

.form-wrap {
    border: none;
}

.form-wrap p {
    color: #fff;
    line-height: normal;
    font-style: italic;
}

.form-wrap p a {
    color: #969696;
}

.kt-event-detail {
    margin-top: 10px;
}

.no-gutters {
    height: 100%;
    min-height: 100vh;
}

.contentWrap {
    height: 100%;
}
.kt-event-detail {
    margin-top: 10px;
}
p.wt-text {
    margin: 0 0 2px;
    color: #fff;
}
.kt-event-detail p {
    margin: 0 0 10px;
}
/*
=================================
Responsive css
=================================
*/

@media (min-width:1800px) {
  
  
    .form-wrap .form-group i {
        position: absolute;
        left: 16px;
        top: 17px;
        font-size: 29px;
    }
    .form-wrap .form-control {
        height: 55px;
        padding: 12px 10px 10px 45px;
        font-size: 20px;
    }   
    .btn.submit-btn {
        height: 55px;
        font-size: 26px;
    }
    .not-register {
        height: 55px;
        font-size: 21px;
        line-height: 55px;
    }
    a.for_technical {
        font-size: 22px;
    }
}

@media (max-width:1600px) {
	 .kt-right-in {
    max-width: 390px;
    margin: auto;
}
	 .kt-event-detail p {
    font-size: 14px;
    line-height: normal;
}
    .top_org p {
        font-size: 15px;
    }
    .tp-text h2 {
        font-size: 44px;
    }
    .top_org img {
        max-width: 126px;
        margin: 7px 0;
    }
    .bottom-logos-1 span {
        max-width: 118px;
        padding: 0 3px;
    }
    .mainIMG img {
        height: 518px;
        object-fit: cover;
        width: 100%;
    }
    
}

@media (max-width:1400px) {
    .btn.submit-btn {
        font-size: 15px;
    }
    .form-wrap legend {
        font-size: 21px;
        margin-bottom: 3px;
    }
   
    .bottom-Content p {
        font-size: 13px;
        line-height: 16px;
    }
    .bottom-logos span {
        font-size: 15px;
    }
  
}

@media (max-width:1280px) {
  
    .bottom-logos span {
        font-size: 17px;
    }
}

@media (max-width:815px) {
   
    .form-wrap .form-control {
        height: 26px;
        font-size: 10px;
        border-width: 1px;
        padding: 4px 0 0 26px;
    }
    .btn.submit-btn {
        font-size: 13px;
        padding: 2px;
        min-width: 68px;
        height: 25px;
        line-height: 21px;
    }
  
   
    .not-register, .for_technical {
        font-size: 9px;
    }
	.form-wrap .form-group i {    font-size: 11px;
        top: 11px;
    }
    .form-wrap br {
        display: none;
    }
    .form-wrap p {
        font-size: 10px;
        margin: 0;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .bottom-Content h4 {
        font-size: 13px;
        margin: 6px 0;
    }
    .bottom-Content p {
        font-size: 10px;
        line-height: 13px;
        margin: 0 0 6px;
    }
    .bottom-logos span {
        font-size: 10px;
    }
   
    img.web-logo {
        margin: 0 9px;
    }
    .bottom-logos {
        padding: 0;
    }
    .left-img .main-img {
        height: 400px;
    }
    .bottom-Content {
        text-align: center;
        margin: 10px 0;
    }
   
    .innerBox {
        padding: 15px;
    }
    a.fhno__logo {
        max-width: 100px;
    }
    .BlackWrap .innerBox h2 {
        padding-left: 19px;
        font-size: 18px;
    }
    .redWrap h2 {
        font-size: 31px;
        line-height: 34px;
    }
    .redWrap h4 {
        font-size: 17px;
        text-align: center;
        padding: 6px;
    }
	.tp-text {
    padding: 28px 20px;
    text-align: center;
}
	.tp-text h2 {
    font-size: 24px;
}
	.tp-text h3 {
    font-size: 25px;
    
}
	.mainIMG img {
    height: auto;
    
}
	.top_org img {
    max-width: 72px;
    margin: 4px 0;
}
	.top_org p {
    font-size: 14px;
    line-height: normal;
}
	p.wt-text {
    font-size: 9px;
    line-height: normal; margin-bottom:5px;
}
}

@media only screen and (min-device-width: 0px) and (max-device-width: 815px) and (orientation:portrait) {
    .wrapper.sign-up-wrapper {
        height: 100vh !important;
        overflow: hidden !important;
    }
}