/**
*File: css/login.css
*
*css file for custom styles for login page
*
*@package css
*@author Lars Pickbrenner
*@version 1.0
*@copyright Copyright (c) 2017, Lars Pickbrenner
*13.09.2017
*
*/

/***** Login page content *****/

.login_logo {
	height: 60px;
	margin-top: 10px;
	cursor: pointer;
}

.inner-bg {
    padding: 15% 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 10px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 0px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 80%;
}

.form-top-left p {
	margin-top: 10px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	color: #ddd;
	line-height: 60px;
	text-align: right;
	
	width: 20%;
}

.form-bottom {
	padding: 5px 25px 25px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
	text-align: left;
}

.form-bottom-lang {
	padding: 5px 25px 0px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
	text-align: left;
}

.form-bottom textarea {
	height: 100px;
}

.form-bottom button.btn:not(.btn-lang):not(.btn-action) {
	width: 100%;
}

.form-bottom .input-error {
	border-color: #4aaf51;
}

.login-screen {
	border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
}

@media (max-width: 1024px) {
	.inner-bg { padding: 15% 0 110px 0; }
	.logo { width: 80%;}
}

button.btn:not(.btn-lang):not(.btn-action) {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:not(.btn-lang):not(.btn-action):hover { opacity: 0.6; color: #fff; }

button.btn:not(.btn-lang):not(.btn-action):active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.btn-lang:active, .btn-action:active { outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; }

button.btn:not(.btn-lang):not(.btn-action):focus { outline: 0; opacity: 0.6; background: #042F96; color: #fff; }

.btn-lang:focus, .btn-action:focus { outline: none; border: none; }

button.btn:not(.btn-lang):not(.btn-action):active:focus, button.btn:not(.btn-lang):not(.btn-action).active:focus { outline: 0; opacity: 0.6; background: #042F96; color: #fff; }

.btn-lang:active:focus, .btn-action:active:focus { outline: none; border: none; }


.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.logo {
	margin-bottom: 0;
}

input {
	font-size: 1.5rem !important;
}

.form-group {
    margin-top: 1rem;
}

.form-top-left p {
	margin-bottom: 0;
	font-size: 2.5em;
}

@media screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
	.login_logo {
		height: 40px;
	}
	
	.form-bottom-lang {
    	padding: 5px 0px 0px 0px;
	}
	
	.btn:not(.toggle-on):not(.toggle-off):not(.toggle-handle):not(.btn-lg) {
		padding: 0;
	}
	
	.form-top-left p {
    	font-size: 2em;
	}
	
	.form-group {
    	margin-bottom: 0.2rem;
    	margin-top: 0;
	}
	
	.login-screen .form-top-left p {
	    font-size: 1.2em;
	}
	
	.login-screen input {
    	font-size: inherit !important;
	}

}
