﻿/* =Reset default browser CSS
-------------------------------------------------------------- */
@font-face {
	font-family: "Figtree";
	src: url("Fonts/Figtree-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Caveat";
	src: url("Fonts/Caveat-VariableFont_wght.ttf") format("truetype");
}


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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	font-family: 'Figtree', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

body, html
{
	height: 100vh;
}

body {
	background-color: #2a1360;
	background-size: cover;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.outer {
	height: 100%;
	display: flex;
	justify-content: center;
}


/* desktops and tablets */
@media only screen and (min-width: 768px) {
	#if-small {
		display: none;
	}
	.login-group {
		margin-left: 70px;
		padding: 35px;
		width: 340px;
	}

	.outer {
		margin-top: 300px;
	}


	#lets-go {
		height: 150px;
		float: right;
		margin-right: -500px;
		margin-top: -40px;
		position: relative;
	}

	.login-container {
		float: left;
	}

}

/* mobile phones */
@media only screen and (max-width: 768px) {
	.outer {
		margin-top: 270px;
	}
	#div-letsgo {
		display: inline-block;
	}

	.login-container {
		display: inline-block;
	}

	.login-group {
		width: 280px;
	}

	#lets-go {
		height: 150px;
		margin-top: -150px;
		margin-left: 140px;
		margin-bottom: 20px;
		position: absolute;
	}

}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 12px;
}

.btn-success {
	background-color: #4c20b7;
	color: white;
	border: none;
}

	.btn-success:hover,
	.btn-success:focus {
		background-color: #4c20b7;
		filter: brightness(0.8);
		border: none;
	}


.lt-border-green {
    border-color: #4cae4c;
    color: #4cae4c;
    background-color: white;
}

.lt-border-green:hover, .lt-border-green:focus, .lt-border-green:focus:active {
    border-color: #3d8b3d;
    color: #3d8b3d;
    background-color: white;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4285;
	color: #555;
	background-color: #fff !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.lt-form-group {
	margin-bottom: 5px;
}

label {
	display: inline-block;
	font-size: 14px;
	color: #333333;
}
.lt-credentials{
	margin-top: 30px;
	margin-bottom: 50px;
}
/*Chrome hack to ensure text input does not have a yellow background, black text etc from the user agent stylesheet */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
	color: #555 !important;
	-webkit-box-shadow: inset 0 0 0 100px white !important;
	-webkit-text-fill-color: #555 !important;
	transition: background-color 1s;
}

input:-webkit-autofill:focus {
	border-color: #66afe9;
	outline-color: #66afe9;
	-webkit-box-shadow: inset 0 0 0 100px white, 0px 0px 8px rgba(102,175,233,0.6) !important;
}




.login-group {
	background-color: white;
	padding: 25px;
	border-radius: 40px;
	margin-left:5px;
}

.form-control {
	border-radius: 12px;
}

.login-action-group {
	margin-bottom: 10px;
	margin-top: 20px;
}


.field-validation-error, .validation-summary-errors {
	color: red; 
}

.validation-summary-errors > ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
	font-size: smaller;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-link {
	color: #ec5f4f;
	border-radius: 0;
}

/* default
---------------------------- */
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 12px;
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}