
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');
.limiter {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logoimg {
    position: absolute;
    left: -8px;
    top: 15px;
    z-index: 9;
    width: 53%;
}
.soochna_logo {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 20px; */
    /* z-index: 9; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 50%; */
}
.gov_logo img, .soochna_logo img {
    width: 95px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
    .soochna_logo h5 {
        font-size: 32px;
        margin-left: 10px;
        margin-bottom: 0;
        color: #2d2d2d;
        margin-top: -45px;
    }
.gov_logo {
    text-align: right;
}
.minister_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*background-image:url(../img/bg-02.jpg);*/
    background-image: url(../img/E-V-02.png);
    /*background-size: contain;*/
    background-size: cover;
}
.logo_box_wrap {
    margin-top: 100px;
}

.login_logo {
    text-align: center;
    margin-bottom: 10px;
 }
 
 .login_logo img {
   
     width: 100px;
     margin-bottom: 20px;
     border-radius: 50%;
     box-shadow: 0px 0px 20px rgba(255,255,255,.2);
 }
 
.login_logo h5 {
    font-size: 35px;
    font-family: 'Poppins';
    color: #212121;
    margin-bottom: 0;
    font-weight: 600;
}
.login_logo h6 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
}
.minsiter_box {
    text-align: center;
    margin: 0px auto;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 180px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.minsiter_box img {
    width: 100%; 
    margin-bottom: 0;
}
.cm_text h4 {   
    color: #FF5722;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    font-size: 23px;
}

.cm_text p {
    font-size: 13px;
    margin-bottom: 0;
}
.welcome_content {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
.welcome_content h5 {
    margin-top: 20px;
}

.login_icon_box {
    text-align: center;
}
.login_icon_box img {
    width: 80px;
    text-align: center;
    margin-bottom: 20px;
}

.impanel_button {
    text-align: center;
    margin-top: 20px;
}
.impanel_button a img {
    width: 20px;
    margin-right: 5px;
}
.impanel_button a {
    width: 250px;
    font-size: 16px;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse; */
}
.login100-form {
    /* width: 560px; */
    min-height: 100vh;
    display: block;
    background-color: #fff;
    /* padding: 80px 55px 55px 55px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.login100-form-title {
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}
.login100-form-title h3{
    font-weight: 500;
}
.p-b-43 {
    padding-bottom: 43px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 65px;
    position: relative;
    /*border:1px solid #ec6f05;*/
    border: 1px solid #ec871c;
    border-radius: 10px;
    margin-bottom: 30px;
}
input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1;
    padding: 0 26px;
    outline: none;
    border: none;
    margin-bottom:13px;
}
span.field-validation-error {
    color: #f00;
    position: absolute;
    bottom: -25px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #ec6f05;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.label-input100 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.has-val {
    height: 80px !important;
}
.validate-input {
    position: relative;
}

.input100:focus + .focus-input100 + .label-input100 {
    top: 7px;
    font-size: 13px;
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.input100:focus {
    height: 48px;
}
.input-checkbox100 {
    display: none;
}
.label-checkbox100 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ec6f05;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.txt1 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #555555;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    /*background: #ec6f05;*/
    background: #ec871c;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    border: none;
}

.login100-form-btn:hover {
    background: #333333;
    cursor: pointer;
    color: #fff;
}
.input-checkbox100:checked + .label-checkbox100::before {
    color: #6675df;
}
.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #6675df;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 3%);
}



@media (max-width: 767px) {

    .logoimg {
        position: relative;
        left: 0px;
        right: 10px;
        top: 0px;
        z-index: 9;
        width: 100%;
        padding: 15px 10px;
        background: #fdfcfa;
        text-align: center;
    }

    .soochna_logo h5 {
        padding: 10px 0px;
    }

    .soochna_logo {
        display: block;
    }

    .inst_heading {
        margin-left: 20px;
    }

        .inst_heading li svg {
            background: #e8954c;
            border-radius: 50%;
            box-shadow: -2px 2px #e8954c;
        }

    .minister_wrap .impanel_button a {
        width: 100% !important;
        display: block;
        margin-top: 10px;
    }
   
}
.shadow11 {
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 5px 4px 0px rgba(0, 0, 0, 0.15);
}

.shadow12 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 0px rgba(64, 116, 181, 1), 2px -2px 0px rgba(64, 116, 181, 1), -2px 2px 0px rgba(64, 116, 181, 1), -2px -2px 0px rgba(64, 116, 181, 1), 2px 0px 0px rgba(64, 116, 181, 1), 0px 2px 0px rgba(64, 116, 181, 1), -2px 0px 0px rgba(64, 116, 181, 1), 0px -2px 0px rgba(64, 116, 181, 1);
}

.otto {
    /*background: #0e8dbc;*/
    color: white;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.simple-shadow {
    text-shadow: 2.5px 1.5px 0 #1a1a1ade;
}