
/*.login-img {
    width: 50%;
    height: 50%;
    margin-top: 0px;
    position: relative;*/
   /* top: 26px;*/
    /*left: 9px;
}*/

.login-container {
    margin-top: 9%;
    margin-bottom: 5%;
}

.login-form-1 {
/*    padding: 3.5rem 0 3.5rem 0rem;*/
    background: white;
    border-radius: 23px;
    /*  height: 380px;*/
    /*   position: absolute;*/
    /*top: 119px;*/
    /* left: 441px;*/
    margin: 0 auto;
    height:100%!important;
}

    .login-form-1 h3 {
        text-align: center;
        color: #333;
    }

.login-form-2 {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-top: 2px solid #008d86;
    border-bottom: 2px solid #008d86;
    border-left: 2px solid #008d86;
}

    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 30%;
    /*border-radius: 1rem;*/
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    color: #fff !important;
   font-family: "Nunito"; font-size: 14px;
}

.login-form-2 .btnSubmit {
    color: #0062cc;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    text-decoration: none;
}


/* .form-control {
            display: block;
            width: 100%;
            padding: .375rem 2.4rem;
            font-size: 0.9rem;
            font-weight: 400;
            line-height: 1.5;
            color: #1e2b4b;
            background-color: #fafafa;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 2.25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
           font-family: "Nunito";
        }*/

.form-control {
    height: 45px;
    line-height: 1.5;
    position: relative;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.2px solid #D2D2D2;
    display: block;
    width: 100%;
    padding: 0.375rem 2.4rem;
   font-size:15px;
    font-weight: 400!important;
    line-height: 1.5;
    color: #1e2b4b;
    /* background-color: #fafafa; */
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    /* border-radius: 2.25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#btnsubmit {
    border-radius: 8px;
    display: block;
    width: 100%;
    padding: 9px;
    color: #fff;
    border: 0px;
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 20px;
    line-height: 27px;
    font-weight:bold;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1066px;
    }
}

.form-group .input-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: 11px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #00203c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
   font-family: "Nunito";
}

@@font-face {
    font-family: 'ITC-AVANT-GARDE-GOTHIC-STD-BOLD-589572C7E9955';
    src: url('../OTF/ITC-AVANT-GARDE-GOTHIC-STD-BOLD-589572C7E9955.OTF') format('opentype');
}

@@font-face {
   font-family: "Nunito"; src: url('../OTF/ITC-AVANT-GARDE-GOTHIC-STD-BOOK-58957161D80EB.OTF') format('opentype');
}

html,
body,
header {
    width: 100%;
    height: 100%;
    background: #527189;
    /*background: -webkit-linear-gradient(left,#527189,#1b61941f,#f267227a);*/
    background-image: url('../Images/bg.jpg');
    transition: all 0.3s ease-in-out;
    font-family: 'Fira Sans, sans-serif';
    font-size: 13px;
    background-size: cover;
}


.fixed-top {
    padding-top: 15px;
    padding-bottom: 15px;
}



header {
    background-size: cover;
}

.card {
    margin-top: 1.875em;
}

.card-body {
    padding: 1.25em;
}

.loginFormBox {
    color: #ffffff;
    text-align: center;
    margin-top: -3em;
    margin-bottom: 3em;
    padding: .2em;
    border-radius: 0.25em;
}

    .loginFormBox h3 {
        padding: 0.5em;
    }

.loginForm {
    margin-top: 1.5em;
    position: relative;
}

.logo {
    position: absolute;
    top: 131px;
    margin-left: 571px;
    z-index: 2;
    /* margin-top: -55px;*/
}

.far,
.fas {
    position: absolute;
    color: #7367f0;
}

.loginForm input {
    width: 90%;
    margin-left: 3em;
    margin-top: 3em;
    background-color: transparent;
    z-index: 1;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

.loginForm label {
    margin-left: 3em;
    position: absolute;
    top: 0.65em;
    pointer-events: none;
    background: transparent;
}

.loginForm input[type="text"]:focus:not([readonly]),
.loginForm input[type="password"]:focus:not([readonly]) {
    border-bottom: 1px solid #7367f0;
    box-shadow: 0 1px 0 0 #7367f0;
    background: transparent;
}

    .loginForm input[type="text"]:focus:not([readonly]) + label,
    .loginForm input[type="password"]:focus:not([readonly]) + label {
        color: #7367f0;
    }

.loginForm label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.2s;
    background: transparent;
}



.loginForm input:focus ~ label {
    bottom: 100%;
    margin-top: -16px;
    font-size: 12px;
}

.loginForm input:valid ~ label {
    bottom: 100%;
    margin-top: -16px;
    font-size: 12px;
}


.socials i {
    margin: 0 15px 0 15px;
}

.fab:before {
    font-size: 1.4em;
    color: #ce9ffc;
    background: -webkit-linear-gradient(#7282a6, #7367f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 20px;
}











.input-icons {
    margin-bottom: 10px;
    z-index: 1;
    position: absolute;
    top: 11px;
    right: 12px;
    color: #848484;
}

.input-icons svg {
    color: #848484;
}

.form-icon1 {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url(../images/sprite-img.png) no-repeat;
    background-position: 0px -8px;
    right: 0;
    top: -4px;
    position: absolute;
}
/*home form end*/
/*zoom effect start*/
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.zoom-out-zoom-in {
    animation: zoom-out-zoom-in 2s ease-out infinite;
}

@keyframes zoom-out-zoom-in {
    0% {
        transform: scale(1.1, 1.1);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

.icon-anim img {
    max-width: 100px;
}
/*zoom effect start*/
/*HOME SECTION 1 end*/
/*HOME SECTION 2 start*/
/*progress bar start*/
.connect-logo {
    position: relative;
    margin: 30px 0 0 0;
}

.home-connect-logo {
    position: relative;
    margin: 0px 0 0 0;
}

    .home-connect-logo img {
        max-width: 50%;
    }

.mainhome .subhead {
    margin: 20px 0 0 0;
}

.choose-logo {
    position: relative;
    margin: 30px 0 0 0;
}

.connect-logo p {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #555555;
    margin: 48px 0 0 0;
    width: 74%;
}

.connect-logo-white {
    position: relative;
    margin: 30px 0 0 0;
}
/*  .icon1 {
            top: 40px;
            position: absolute;
        }
        .icon2 {
            position: absolute;
            top: 165px;
        }
        .icon3 {
            position: absolute;
            top: 207px;
            left: 115px;
        }
        .icon4 {
            position: absolute;
            top: 103px;
            left: 129px;
        }
        .icon5 {
            position: absolute;
            top: 135px;
            left: 251px;
        }
        .icon6 {
            position: absolute;
               top: 135px;
    left: 251px;
        }

        .icon7 {
            position: absolute;
            top: 288px;
            left: 290px;
        }*/
/*.bannerhead h1 {
    margin: 10rem 0 0 0;
}*/

h1, h2 {
    line-height: 74px;
    font-size: 50px;
}

h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 94px;
    background: linear-gradient(92.05deg, #083355 29.12%, #083355 99.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bannerhead .subhead {
    margin: 10px 0 0 0;
}

.subhead {
    font-size: 26px;
    margin: 20px 0 0 0;
}

.subhead {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    margin: 48px 0 0 0;
    font-family: 'Nunito';
}

body {
    overflow: hidden;
   font-family: "Nunito";
}


.family {
    visibility: visible;
    animation-name: fadeInUp;
   font-family: "Nunito";

}


.aline{
    text-align:center;
}

/*.buty {
    background-color: #f26722;
    font-family: ''Fira Sans', sans-serif';
    font-size: 14px;
    color: white;
    width: 30rem;
    margin-top: 23px;
}*/

.bg-color {
    background: white;
    box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 12px 12px 24px #ffeaea;
    border-radius: 8px;
    background: #FFFFFF;
    max-width: 100px;
    padding: 1rem;
    font-size: 2rem;
    display: ruby;
}

.color-icon {
    color: #1b6194;
}

   


