/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/*--reset--*/


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;
}

.clearfix {
    clear: both;
}

/*--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 */

.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--*/
.login-body {
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 100%;
	margin: auto;
	padding: 10px;
	text-align: center;
    background: rgba(4, 40, 68, 0.85);
	background: linear-gradient(0deg, rgba(4, 40, 68, 0.85), rgba(4, 40, 68, 0.85)), url('../Images/Cover Login.png') center center fixed, url("../images/log.jpeg") 50% fixed;
	background-size: 100% 100vh;
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: middle
}

/*.cover{
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, rgba(4, 40, 68, 0.5)),url('../Images/Cover Login.png');
	background: linear-gradient(0deg,rgba(4, 40, 68, 0.5),rgba(4, 40, 68, 0.5));
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}*/

.login-body .log {
	width: 100%;
	/*height: 100%;*/
	display: inline-block;
    align-items: center;
	text-align: center;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
}


.login-body .w3ls-login {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	/*height: 100%;*/
}

.login-body h1 {
	font-size: 3.2em;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 3px;
	padding: 19px;
	text-align: center;
	font-family: 'Poiret One', cursive;
}

.login-body .w3ls-login form {
    position: relative;
    max-width: 500px;
    margin: 5px;
    padding: 40px;
    border: none;
    box-sizing: border-box;
    display: flex;
    border-left: 4px solid #00ba9d;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.login-body .w3ls-login label {
    font-size: 16px;
    color: #00ba9d;
    float: left;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.login-body .agile-field-txt {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-bottom: 1.5em;
    clear: both;
}

.login-body .w3ls-login label i {
    font-size: 1.1em;
    margin-right: 3px;
    color: #363af4;
}

.login-body .w3ls-login input[type="text"],
.login-body .w3ls-login input[type="password"] {
    width: 100%;
    color: #aaa;
    outline: none;
     font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    letter-spacing: 3px;
    /* line-height: 25px; */
    padding: 15px;
    box-sizing: border-box;
    border: none;
     border: 1px solid #aaa;
    -webkit-appearance: none;
     font-family: 'Poiret One', cursive;
    background: transparent;
}

.login-body .check1 {
    text-align: left;
}

.login-body label.check {
    float: none;
    color: #aaa;
    font-size: 15px;
    cursor: pointer;
}

.login-body .agile_label {
    float: left;
    margin: 20px 0 0;
}

.login-body .agile-right {
    float: right;
    margin: 20px 0 0;
}

.login-body .agile-right a {
    font-size: 15px;
    color: #aaa;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.login-body .w3ls-login.w3l-sub {
    margin-top: 1em;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.login-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.login-body ::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.login-body :-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.login-body :-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.login-body .w3ls-login input[type=submit] {
    color: #fff;
    font-weight: 600;
    width: 50%;
	margin: auto;
    padding: 0.7em 0;
    margin-top: 1em;
    font-size: .9em;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #00ba9d;
    color: #fff;
    border: 1px solid transparent;
    font-family: 'Poiret One', cursive;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.login-body .w3ls-login input[type=submit]:hover {
    border: 1px solid #00ba9d;
    color: #00ba9d;
	background: transparent;
}

.login-body .w3ls-bot {
    margin-top: 0em;
    width: 100%;
}

.login-body .w3ls-login img {
    position: absolute;
    top: -10%;
    left: 40%;
    border: 7px solid #00ba9d;
    border-left-color: #fff;
    border-right-color: #fff;
    border-radius: 50%;
}

/* switch */

.login-body label.switch {
    position: relative;
    display: inline-block;
    height: 23px;
    padding-left: 3.8em;
    cursor: pointer;
    color: #aaa;
}

.login-body li:nth-child(2) a,
.login-body label.switch {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.login-body .switch input {
    display: none;
}

.login-body .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    width: 18%;
    background-color: #666;
    -webkit-transition: .4s;
    transition: .4s;
     border-radius: 10px;
}

.login-body .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.login-body input:checked+.slider {
    background-color: #00ba9d;
}

.login-body input:focus+.slider {
    box-shadow: 0 0 1px #00ba9d;
}

.login-body input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */

.login-body .slider.round:before {
    border-radius: 0%;
     border-radius: 10px;
}

/* //switch */

.login-body .form-end {
    float: right;
    width: 35%;
}

/*--copyright--*/

.login-body .copy-wthree {
    padding: 15px;
}

.login-body .copy-wthree p {
    color: #ccc;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 0 3vw;
    font-weight: 600;
     text-shadow: 0px 0px 1px #000;
}

.login-body .copy-wthree p a {
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.login-body .copy-wthree p a:hover {
    color: #00ba9d;
}

/*--//copyright--*/

/*--responsive--*/

@media(max-width:1920px) {
    .login-body h1 {
        font-size: 3.5vw;
    }
}

@media(max-width:1024px) {
    .login-body h1 {
        font-size: 4.5vw;
    }
}

@media(max-width:800px) {
    .login-body h1 {
        font-size: 5vw;
    }
}

@media(max-width:480px) {
    .login-body h1 {
        font-size: 2.5em;
    }
    .login-body .w3ls-login form {
        padding: 7.5vw;
    }
}

@media(max-width:414px) {
	.login-body .agile-right a,label.check {
		letter-spacing: 1px;
	}
}

@media(max-width:440px) {
    .login-body h1 {
        font-size: 2.3em;
    }
    .login-body .parent {
        display: block;
    }
}

@media(max-width:384px) {
    .login-body .agile_label,.agile-right {
        float: none;
    }
	.login-body .copy-wthree p {
		letter-spacing: 1px;
	}
}

@media(max-width:320px) {
    .login-body h1 {
        font-size: 1.8em;
    }
    .login-body .w3ls-login form {
        padding: 25px 8px;
    }
}

/*--//responsive--*/