/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
	box-sizing: border-box;
}

html {
    color: #222;
    font-size: .85em;
    line-height: 1.4;
	letter-spacing: 1px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background-color: #edecec;
}

#main {
    position: initial;
}
body #content, body.sw-toggled #content {
    padding: 0px;
    min-height: calc(100vh - 40px); 
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Login styles
   ========================================================================== */
.left {
	min-height: 100vh;
	width: 50%;
	background: #F4F6F9;
	float: left;
	/*display: table;*/
	position: relative;
}


.right {
	width: 50%;
	height: 100vh;	
	background-repeat:  no-repeat;
	background-size:  cover;
	background-color: #4d7acc;
	float:right;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.left .main {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.wrapper {
	/*position: absolute;
	top: 50%;
	right: 0;
	left: 0;	
	margin-top: -300px;*/
	margin-right: auto;
	margin-left: auto;
	/*transform: translateY(-50%);*/
	width: 380px;
	/*height: 510px;*/
	border-radius: 2px;
	/*box-shadow: 5px 5px 0 rgba(0,0,0,.15);*/
	
}

.copyright-wrapp {
	 clear: both;
	 font-size: 12px;
	 text-align: center;
	 letter-spacing: 0;
	 color: #777;
}

.box {
	/*
	width: 50%;
	float: left;
	*/
	height: 100%;
	
}

.box-left {
	background: url(../Img/login/login.jpg);
	background-repeat: no-repeat;
  	background-position: top center;
  	background-size: cover;
	color: white;
}
.box-left h3, .box-left h2{
	color: white;
}
.overlay {
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(4,28,44,.85);
}

.box-right {
	background: white;
}


.inner-content {
	position: relative;
	z-index: 2;
}

.logo-container {
	margin: 2.5em 0em;
    text-align: center;
}
.logo-container img{
	width: 220px;
    max-height: 100%;
}

.text-container {
	padding: 3em 5em 0;
	display: none;
}
#UserinfoPhone{
	padding: 1em 5em 0;
	}
#UserinfoPhone .btn-container{
	margin-top: 0em;
	}
.text-visible {display: block;}

.text-container h3 {
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 2em;
	line-height: 1.6;

}
.text-container h2 {
	font-size: 12px;
}
.btn-container {
	margin-top: 4em;
}

.btn {
	padding: 10px 20px 9px;
	background: #fe5000;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	text-decoration: none;
	border-radius: 2px;
	transition: all .3s;
	margin-top: 2em;
}

.btn:hover {
	background: white;
	color: #fe5000;
}

.box-right {
	padding: 1em 2.9em;
}

.form-container {
	padding: 0;
	z-index: 1;
	margin-top: 65px;
	display: none;
}

.form-visible {
	display: block;
}

.box-right {
	position: relative;
	border: 1px solid #ddd;
}

.right .content{
	padding: 10% 78px 45px 47px;
	font-family: 'Maven Pro', sans-serif;
}
.right h1{
	color:#fff;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2em;
}
.right h2{
	color:#fff;
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 0em;
}

/* TOGLE BUTTONS */
.toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.toggle-menu ul{
	margin:0;
	padding: 0;
	}
.toggle-menu ul li{
	margin:0;
	list-style:none;
	}
.toggle-btn {
	width: 50%;
	margin: 0;
	border: none;
	padding: 12px 0 10px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	display: inline-block;
    background-color: buttonface;
    text-align: center;
	    float: left;
		color: #222;
}
.toggle-btn:hover{
	color: #222;
}
.toggle-btn i {
	margin-right: 5px;
	font-size: 20px;
	vertical-align: sub;
}

.toggle-menu .active a {
	background: white;
	cursor: default;
}

.form-group {
	overflow: hidden;
}

.form-control {
	width: 100%;
	height: 38px;
	padding: 2px 15px 0;
	border: 1px solid rgba(4,28,44,.3);
	border-radius: 2px;
}

.form-control.input-error {
	border: 1px solid rgba(255,0,0,.6);
	background: rgba(255,0,0,.1);
}

.form-title h4 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 1em;
}

.form-group img {
	max-width: 100%;
	min-width: 100%;
}

.form-btn {
	padding: 12px 0 11px;
	background: #fe5000;
	color: white;
	text-decoration: none;
	border-radius: 2px;
	transition: all .3s;
	border: none;
	display: inline-block;
	width: 49%;
	transition: all .4s;
}

.form-btn:hover {
	background: #041c2c;
}

.btn-right {float: right;}

.btn-bluegrey {background: #768692;}

p.red-text {
	color: red;
}

.form-group p {
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
	margin: 0;
}

.form-group p a {
	text-decoration: none;
	font-weight: normal;
	color: #00AEFF;
	transition: color .4s;
}

.form-group p a:hover {color: #041c2c;}

.form-2 .form-group {
	margin-bottom: 0.5em;
}

.text-container span.list-number {
    width: 30px;
    height: 30px;
    line-height: 33px;    
    background: #768692;
    border-radius: 60px;
    text-align: center;
    color: white;
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 600;
	float:left;
}
.text-container span {
	display: block;
	
	}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.center_aligned {
	width: 600px;
    margin: 10% auto;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgba(118, 134, 146, .3);
    padding: 40px;
    text-align: center;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ===== == = === Base Styles === = == ===== */


/* ===== == = === 20em (320px) === = == ===== */

@media only screen and (max-width : 20em) {
}

/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (max-width: 37.5em) {
}

/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (max-width : 56.25em) {
	

	.right {display: none;}
	.left {width: 100%;}
	
	
	.wrapper{
		width: 600px;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		transform: translateY(2em);
		height: auto;
		border-radius: 2px;
		margin-bottom: 40px;
		margin-top:0px;
	}
	
	.box {
		width: 100%;
		float: none;
	}
	
	.box-left {
		background: #041c2c;
		padding: 2em;
	}
	
	
	.overlay {
		display: none;
	}

	
	.text-container, #UserinfoPhone {
		padding: 0;
	}
	
	.text-container h3 {
		margin-bottom: 1em;
	
	}
	
	.btn-container {
		margin-top: 2em;
	}
	
	.form-btn {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.copyright-wrapp {
		 text-align: center;
		 padding: 10px 25px;
	}
}

/* ===== == = === 48em (768px) === = == ===== */

@media only screen and (max-width : 48em) {
	.wrapper{
		width: 400px;
	}
	
	.box-right {padding: 2em;}
}

/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (max-width : 30em) {
	.wrapper{
		width: 100%;
		box-shadow: none;
	}
	.center_aligned {
	width: 90%;
	margin: 35% auto;
	}
}

/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (max-width : 68.75em) {
}

/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (max-width : 81.25em) {
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* MARGINS AND PADDINGS */
.margin-0{margin:0px !important}.margin-top-0{margin-top:0px !important}.margin-bottom-0{margin-bottom:0px !important}.padding-top-0{padding-top:0px !important}.padding-bottom-0{padding-bottom:0px !important}.padding-0{margin:0px !important}.margin-5{margin:5px !important}.margin-top-5{margin-top:5px !important}.margin-bottom-5{margin-bottom:5px !important}.padding-top-5{padding-top:5px !important}.padding-bottom-5{padding-bottom:5px !important}.padding-5{margin:5px !important}.margin-10{margin:10px !important}.margin-top-10{margin-top:10px !important}.margin-bottom-10{margin-bottom:10px !important}.padding-top-10{padding-top:10px !important}.padding-bottom-10{padding-bottom:10px !important}.padding-10{margin:10px !important}.margin-15{margin:15px !important}.margin-top-15{margin-top:15px !important}.margin-bottom-15{margin-bottom:15px !important}.padding-top-15{padding-top:15px !important}.padding-bottom-15{padding-bottom:15px !important}.padding-15{margin:15px !important}.margin-20{margin:20px !important}.margin-top-20{margin-top:20px !important}.margin-bottom-20{margin-bottom:20px !important}.padding-top-20{padding-top:20px !important}.padding-bottom-20{padding-bottom:20px !important}.padding-20{margin:20px !important}.margin-25{margin:25px !important}.margin-top-25{margin-top:25px !important}.margin-bottom-25{margin-bottom:25px !important}.padding-top-25{padding-top:25px !important}.padding-bottom-25{padding-bottom:25px !important}.padding-25{margin:25px !important}.margin-30{margin:30px !important}.margin-top-30{margin-top:30px !important}.margin-bottom-30{margin-bottom:30px !important}.padding-top-30{padding-top:30px !important}.padding-bottom-30{padding-bottom:30px !important}.padding-30{margin:30px !important}.margin-35{margin:35px !important}.margin-top-35{margin-top:35px !important}.margin-bottom-35{margin-bottom:35px !important}.padding-top-35{padding-top:35px !important}.padding-bottom-35{padding-bottom:35px !important}.padding-35{margin:35px !important}.margin-40{margin:40px !important}.margin-top-40{margin-top:40px !important}.margin-bottom-40{margin-bottom:40px !important}.padding-top-40{padding-top:40px !important}.padding-bottom-40{padding-bottom:40px !important}.padding-40{margin:40px !important}.margin-45{margin:45px !important}.margin-top-45{margin-top:45px !important}.margin-bottom-45{margin-bottom:45px !important}.padding-top-45{padding-top:45px !important}.padding-bottom-45{padding-bottom:45px !important}.padding-45{margin:45px !important}.margin-50{margin:50px !important}.margin-top-50{margin-top:50px !important}.margin-bottom-50{margin-bottom:50px !important}.padding-top-50{padding-top:50px !important}.padding-bottom-50{padding-bottom:50px !important}.padding-50{margin:50px !important}


