﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:600,500,400,300);
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Helvetica, Sans-Serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
/*img {
    max-width: 100%;
}*/
/*end reset*/
body {
    font-family: 'Open Sans', sans-serif;
    background: url(../images/Applicant.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*
.banner-overlay-agileinfo {
    background: url(../images/overlay.png)repeat;
    padding: .1em 0;
}*/
/*--header--*/


/* Header */
.main-w3layouts-agileinfo {
    width: 100%;
    margin: 10% auto;
}

.wthree-form {
    margin-top: 2em;
}

    .wthree-form h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1em;
        letter-spacing: 2px;
    }

h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    margin: 40px 0;
    color: #ffffff;
    letter-spacing: 4px;
    word-spacing: 4px;
}

.icon-w3 i {
    color: #505252;
    font-size: 16px;
}

.icon-w3 {
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: 15px;
}

form {
    margin: 0 auto;
    width: 100%;
}

.submit-agileits {
    text-align: center;
    margin-top: 2em;
}

.form-sub-w3 {
    position: relative;
    margin-bottom: 30px;
}

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
        padding: 15px 43px 15px 30px;
        border-radius: 100px;
        text-align: left;
        background-color: #ffffff;
        border: 0;
        font-size: 15px;
        font-weight: 700;
        color: #0397ff;
        outline: 0;
        -webkit-box-shadow: 0 6px 12px 0 rgb(37, 37, 37);
        -moz-box-shadow: 0 6px 12px 0 rgb(37, 37, 37);
        box-shadow: 0 6px 12px 0 rgb(37, 37, 37);
        font-family: 'Open Sans', sans-serif;
    }

.submit-agileits input[type="submit"], .button1 {
    text-align: center;
    border: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 100px;
    background-color: #174D57;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71);
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71);
    outline: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

    .submit-agileits input[type="submit"]:hover, .button1:hover {
        background: #ffa500;
        color: #ffffff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }

.forgot-w3ls {
    font-size: 15px;
    color: #fff;
    margin-top: 1em;
    text-align: center;
    text-transform: none;
    float: right;
    letter-spacing: 1px;
}

.forgot-w3ls1 {
    font-size: 15px;
    color: #fff;
    margin-top: 0em;
    text-align: center;
    text-transform: none;
    float: left;
    letter-spacing: 1px;
}

    .forgot-w3ls a, .forgot-w3ls1 a {
        color: #fff;
        outline: none;
        text-decoration: none;
        font-weight: 600;
    }
/*--copy-right-starts-here--*/
.footer p {
    margin: 0 auto;
    text-align: center;
    margin: 8em 0 31.5em;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer a {
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

    .footer a:hover {
        color: #fff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }

.zeropadidng {
    padding: 0 !important;
    padding: 0 0 !important;
    padding: 0 0 0 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.main-login-body {
    display: flex;
    height: 100vh;
}

.img-vertical {
    margin: 55% auto;
}

.main-w3layouts-agileinfo {
    padding: 20px 10%;
    margin: 10% auto 0;
    border-right: 2px solid #ddd;
}
/*--copy-right-ends-here--*/

/*--- Responsive Code ---*/
@media screen and (max-width: 1920px) {
    .icon-w3 {
        right: 27px;
    }

    h1 {
        margin: 150px 0 40px;
    }

    .copyright p {
        margin: 50px 0px 150px;
    }

    .forgot-w3ls1 {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1680px) {
    .forgot-w3ls1 {
        padding-right: 10px;
    }

    .icon-w3 {
        right: 20px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    .footer p {
        margin: 8em 0;
    }
}

@media screen and (max-width: 1600px) {
    .forgot-w3ls1 {
        padding-right: 5px;
    }

    h1 {
        margin: 115px 0 70px;
    }

    .copyright p {
        margin: 50px 0px;
    }

    .icon-w3 {
        right: 24px;
    }

    .wthree-form {
        margin-top: 2em;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    .footer p {
        margin: 7em 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .footer p {
        margin: 7em 0 0;
    }
}

@media screen and (max-width: 1366px) {
    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    h1 {
        margin: 115px 0 0px;
    }

    .footer p {
        margin: 6em 0 0;
    }
}

@media screen and (max-width: 1280px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .footer p {
        margin: 6em 0 0;
    }
}

@media screen and (max-width: 1080px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    h1 {
        margin: 82px 0 0px;
    }

    .wthree-form {
        margin-top: 2.3em;
    }

    .footer p {
        margin: 3em 0 0;
    }
}

@media screen and (max-width: 1050px) {
    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .wthree-form {
        margin-top: 5em;
    }

    .footer p {
        margin: 6em 0 0;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        margin: 70px 0 0px;
    }

    .wthree-form {
        margin-top: 2.5em;
    }

    .footer p {
        margin: 3.5em 0 0;
    }

    .main-login-body {
        display: block;
        height: auto;
    }

    .img-vertical {
        margin: auto auto;
    }

    .main-w3layouts-agileinfo {
        padding: 20px 10%;
        margin: 10% auto 0;
        border-right: none;
        border-bottom: 2px solid #ddd;
    }
}

@media screen and (max-width: 900px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    h1 {
        margin: 130px 0 0px;
    }

    .footer p {
        margin: 4.5em 0 0;
    }
}

@media screen and (max-width: 736px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    h1 {
        margin: 70px 0 0;
        font-size: 40px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    .footer p {
        margin: 4em 0 0;
    }
}

@media screen and (max-width: 667px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    h1 {
        margin: 65px 0 0;
        font-size: 37px;
    }

    .footer p {
        margin: 3em 1em 0;
        line-height: 28px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .forgot-w3ls1 {
        font-size: 14px;
    }

    .forgot-w3ls {
        font-size: 14px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    h1 {
        font-size: 35px;
        letter-spacing: 2px;
    }

    .footer p {
        margin: 3em 1em 0;
    }
}

@media screen and (max-width: 414px) {
    .main-w3layouts-agileinfo {
        width: 100%;
    }

    .forgot-w3ls {
        float: none;
    }

    .forgot-w3ls1 {
        padding-right: 0px;
        margin-top: 10px;
        float: none;
    }

    h1 {
        margin: 75px 0 0;
        font-size: 32px;
    }

    .copyright p {
        margin: 40px 0px;
        line-height: 28px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
    }

    .footer p {
        margin: 4em 1.7em 0;
    }
}

@media screen and (max-width: 384px) {
    .copyright p {
        margin: 40px 10px 40px;
    }

    h1 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-linkedin, i.fa.fa-pinterest-p {
        padding: .4em;
        width: 20px;
        font-size: 16px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
        padding: 13px 40px 13px 20px;
    }

    .icon-w3 {
        bottom: 14px;
    }

    .wthree-form h2 {
        font-size: 21px;
    }

    .footer p {
        margin: 2.5em 1.7em 0;
    }
}

@media screen and (max-width: 375px) {
    .footer p {
        margin: 2.5em 1.7em 0;
    }

    .wthree-form {
        margin-top: 2em;
    }

    .footer p {
        margin: 3em 1.7em 0;
    }

    h1 {
        margin: 65px 0 0;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 26px;
        word-spacing: 0px;
        margin: 38px 0 0;
    }

    .icons {
        margin-left: 6em;
    }

    .copyright p {
        margin: 20px 10px 20px;
    }

    .icon-w3 {
        right: 18px;
        bottom: 13px;
    }

    .wthree-form h2 {
        font-size: 19px;
    }

    .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"], .form-sub-w3 input[type="email"], .form-sub-w3 input[type="date"] {
        width: 100%;
        padding: 13px 33px 13px 20px;
    }

    .wthree-form {
        margin-top: 1em;
    }

    .submit-agileits {
        margin-top: 1.5em;
    }

    .footer p {
        margin: 2em 1.5em 0;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}
/*--- //Responsive Code ---*/
body {
    font-family: 'Open Sans', sans-serif;
    /*background:url(images/noise.png) #fff  ;*/
    background: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 100%;
}

.sidebar {
    /* margin: auto;*/
    height: 100%;
    /*display: flex;*/
    flex-direction: column;
    z-index: 11;
    position: relative;
    /*background: url(https://affiliation.vnsgu.net/images/bg-loggin.jpg) no-repeat center;*/
    background-size: cover;
    background-attachment: fixed;
    vertical-align: middle;
    transition: .3s ease;
}

.header-w3l {
    padding: 3% 0;
    font-size: 30px;
    color: #174D57;
    font-weight: 800;
    font-family: Times New Roman;
}



.wthree-form h2 {
    color: #115561;
}

.forgot-w3ls, .forgot-w3ls a {
    font-size: 15px;
    color: #115561;
}

.steps {
    padding: 2% 0;
}

.footer p {
    margin: 0 auto;
    text-align: center;
    margin: 8em 0 0;
    font-size: 14px;
    color: #115561;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer a {
    color: #115561;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    font-weight: 600;
}

    .footer a:hover {
        color: #C63116;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }

.header-w3l span {
    color: #C83116;
    font-size: 45px;
}
