.login-content{
   /* background-image: url("../../images/Bg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding-top: 1px;
}

a:active, a:focus, a:visited, a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.login-container {
    margin: 0 auto;
    width: 90%;
    min-height: 695px;
}

.login-nav {
    width: 100%;
    height: 2em;
    margin-top: 2em;
}

    .login-nav ul {
        display: inline-block;
    }

.link-not-active {
    color: #fff;
}


    .link-active, .link-not-active:active, .link-not-active:hover, .link-not-active:focus {
        background-color: white;
        color: #2c57d5;
        text-decoration: none;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

.header-navbar li {
    padding-right: 13px;
    padding-left: 13px;
    display: inline;
}

.media-link {
    float: right !important;
    margin-right: 5px;
}

.login-form {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 2em;
    width: 80%;
}

    .login-form header {
        text-align: center;
        margin-bottom: 1em;
    }

        .login-form header img {
            width: 25%;
            margin-bottom: -30px;
        }

.login-form-input {
    display: inline;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    height: 35px;
    padding: 4px;
    margin-bottom: 10px;
    width: 90%;
    box-shadow: none
}

.login-form-btn {
    width: 90%;
    background-color: #325dee;
    color: #fff;
    font-size: 12pt;
    border: 1px solid #d0d0d0;
    height: 35px;
    border-radius: 10px;
    margin-bottom: 2em;
    margin-top: 10px;
    margin-left: 2em;
}

.login-form form label {
    display: block;
    margin-left: 2em;
    max-width: 90%;
}

    .login-form form label a {
        float: right;
        font-size: 8pt;
        color: #05a3ea;
        margin-top: 5px;
    }


.login-desc span {
    width: 80%;
}

.margin-l-r-10 {
    margin: 0 10%;
}

.l1-desc {
    font-family: light-font;
    font-size: 30pt;
    color: white;
    line-height: 1;
}

.l2-desc {
    padding-top: 1em;
    margin-top: 10px;
}

.l2-desc, .l3-desc {
    font-family: light-font;
    font-size: 16.12pt;
    color: white;
    line-height: 1;
}

.app-link img {
    width: 25%;
    margin-right: 19px;
    margin-top: 10px;
}

.header-login-label {
    font-family: light-font;
}

footer {
    background-color: #f1f1ea;
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    position: fixed;
}

.padding-1em {
    padding: 1em 0em 4em 0em;
}

footer div {
    text-align: center;
}

footer .footer-content {
	width: 20%;
	display: inline-block;
	font-family: light-font;
	font-size: 16px;
	color: #2c57d4;
}

.footer-content label {
    font-family: medium-font;
    font-size: 18px;
}

.footer-content > span img {
    background-color: #2c57d4;
    border-radius: 50%;
    display: inline-block
}
