
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800');


.info {
	color:#63abd7;
	font-size: .9em;
}
.warning  {color:#f6bb4e;}
.error {
color:#e65182;
font-size: .9em;
}

.font20 {font-size: 20px}

.pl10 {padding-left: 10px !important;}
.pr10 {padding-right: 10px !important;}
.pb10 {padding-bottom: 10px !important;}

.pt10 {padding-top: 10px !important;}

.pl20 {padding-left: 20px !important;}
.pr20 {padding-right: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 20px !important;}

.mb15 {margin-bottom: 15px !important;}

.inline {display: inline;}
.inlineblock {display: inline-block;}
.block {display: block !important;}
.floatright {float: right;}
.floatleft {float: left;}

html {
	 background: #202e45;
	 background: #2e3d59;
}

body {
	margin: 0 0px 0 0px;
	padding: 0;
	background-repeat: no-repeat;
	font-family: 'open sans', sans-serif;
	font-size: 14px;
	color: #9AB3D7;

/*
 background: #202e45;
 background: -moz-linear-gradient(top,  #3f5169 0%, #35465f 20%, #202e45 80%);
 background: -webkit-linear-gradient(top,  #3f5169 0%, #35465f 20%, #202e45 80%);
 background: linear-gradient(to bottom,  #3f5169 0%, #35465f 20%, #202e45 80%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5169', endColorstr='#202e45',GradientType=0 );
background-repeat: no-repeat;*/


background: #2e3d59;
background: -moz-linear-gradient(top, #40597b 0%, #2e3d59 10% );
background: -webkit-linear-gradient(top, #40597b 0%, #2e3d59 10%);
background: linear-gradient(to bottom, #40597b 0%, #2e3d59 10%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40597b', endColorstr='#2e3d59',GradientType=0 );
background-repeat: no-repeat;
}

body.choose {
	padding-top: 40px;
}

a:link, a:visited {
	color: #9cb5dd;
	text-decoration: none;
}
a:hover {color: #fff;}

.message-holder {margin: 0 75px;}
.login-form {padding-top: 20px;}

.cu-login-box {
	border: 0px solid #2c282c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 0px;

	position: absolute;
	margin: auto;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 400px;
}


.cu-choose-box {
	border: 0px solid #2c282c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-top: 30px;
}

.locations-box {
	border: 0px solid #2c282c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0px 20px 0px;

	margin: auto;

	width: 300px;
	-webkit-box-shadow: 6px 6px 6px 0px rgba(11,25,50,0.6);
	-moz-box-shadow: 6px 6px 6px 0px rgba(11,25,50,0.6);
	box-shadow: 6px 8px 6px 0px rgba(11,25,50,0.6);

	background: #202e45;
  background: -moz-linear-gradient(top,  #3f5169 0%, #35465f 20%, #202e45 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #3f5169 0%, #35465f 20%, #202e45 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #3f5169 0%, #35465f 20%, #202e45 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5169', endColorstr='#202e45',GradientType=0 ); /* IE6-9 */
 background-repeat: no-repeat;

	width: 300px;
	/*height: 400px;*/
}

.location-link a {
	display: block;
	padding: 10px;
	font-size: 24px;
}
.location-link a i {
	float: right;
	font-size: 30px;
}

/* overwrite chrome autofill */
input:-webkit-autofill {
    background-color: #445875 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {

				color: #445875 !important;

  border-bottom: 1px solid #445875;
  -webkit-text-fill-color: #9AB3D7 ;
   -webkit-box-shadow: 0 0 0px 1000px #2a3951 inset;
  transition: background-color 5s ease-in-out 0s;
}




input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
				color: #445875 !important;

}



@media (min-width: 640px) {
	.cu-login-box {
			width: 300px;
	}
}

.cu-login-box.reset {
	height: 465px;
}

.cu-login-box input {
	background: none;
	border: none;

	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;

	color: #9AB3D7;
	border-bottom: 1px solid #445875;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 280px;
}

input svg {
}
input.inputemail {
background-image: url("envelope.svg") !important;
background-size: 25px 25px;
background-repeat: no-repeat;
background-position: 0px 10px;
		color: #9AB3D7;
}



input.inputpassword {
	background-image: url("padlock.svg") !important;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.cu-login-box.reset input {
	padding-bottom: 5px;
		color: #9AB3D7;
}

.cu-login-box input:focus {

	font-weight: 500;
	color: #b5cef3;
	border-bottom: 1px solid #667d9e;
}
button, input, select, textarea {
    font: inherit;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
}
.btn-login {
	margin: 20px 0 20px 0;
	padding-left: 30px;
	padding-right: 30px;
padding-left: 87px;
padding-right: 87px;
	font-size: 25px;
    color: #FFF;
    background-color: #47bac1;
    border-bottom: : 4px solid #47bac1;
    width: 250px;
		font-weight: 300;
}
.btn-login i {
	margin-right: 5px;
}

.btn-login:hover {
    color: #FFF;
    background-color: #24c9d3;
    border-color: #24c9d3;
}



.btn-back {
	margin: 20px 0 20px 0;
padding-left: 20px;
padding-right: 20px;
	font-size: 22px;
    color: #FFF;
    background-color: #47bac1;
    border-bottom: : 4px solid #47bac1;
    width: 230px;
		font-weight: 300;
}
.btn-back i {
	margin-right: 5px;
	font-size: 16px;
	margin-top: -19px;
	display: inline-block;
	position: relative;
}
.btn-back:link, .btn-back:visited {
	    color: #D5F7F9;
}
.btn-back:hover {
    color: #FFF;
    background-color: #24c9d3;
    border-color: #24c9d3;
}




.btn-reset {
	font-size: 25px;
		font-weight: 300;
	margin: 5px 0 10px 0;
	padding-left: 30px;
	padding-right: 30px;
padding-left: 10px;
padding-right: 10px;
	font-size: 20px;
	color: #FFF;
	background-color: #47bac1;
	border-bottom: : 4px solid #47bac1;
    /*width: 250px;*/
}
.btn-reset i {
	margin-right: 5px;
}

.btn-reset:hover {
	color: #FFF;
	background-color: #24c9d3;
	border-color: #24c9d3;
}


.btn:focus, .btn:hover {
    text-decoration: none;
}

/*
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0);
}
*/

.cu-login-box .fa-user, .cu-login-box .fa-lock {
	color: #839CC0;
	opacity: .5;
	font-size: 25px;
	margin-right: -25px;
}


/*  Helpers */
.testcenter {
   text-align: center;
}
.textright {
   text-align: right;
}
.textleft {
   text-align: left;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.unset {
	all: unset;
}
.hidden {
	display: none !important
}
.fontawesome {
		font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}
.inline {
	display: inline;
}
.strong {
	font-weight: bold;
}


.opacity50 {
opacity: 0.5;
filter: alpha(opacity=50);
}
.opacity65 {
opacity: 0.65;
filter: alpha(opacity=65);
}
.opacity75 {
opacity: 0.75;
filter: alpha(opacity=75);
}

/* colours */
.color-okay {
	color: #92e257 !important;
}
.color-warning {
color: #ff7930 !important;
}

.color-error {
	color:#e65182;
	font-size: .9em;
}
.smalltxt {
	font-size: .9em;
	padding: 0px 5px 5px 5px;
	display: block;
}

/* general css */

.login-logo {
	margin-top: 0px;
	margin-bottom: 0px;
}

.names {
	padding: 5px 0 0px 0;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.product-name{
	color: #b5bdd3;
	font-weight: 300;
	font-size: 16px;
}
.institution-name{
	color: #b5bdd3;
	font-weight: 300;
	font-size: 22px;
	white-space: nowrap;
}
