/*  Copyright (c) 2024, Switch */


body {
	background-color: #f0f4f3;

}
h1 {
	font-family:Verdana, sans-serif;
	font-size: 13px;
	padding-bottom: 6px;
	text-align: left;
}

p {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}

a {
	color: #00247D;
	text-decoration: underline;
}

a:visited {
	color: #00247D;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	color: #F39800;
	text-decoration: underline;
}

pre {
	text-align: left;
}


.promptMessage {
	margin-top: 0;
	font-family: 'Roboto', serif;
	font-size: 13px;
	line-height: 18px;
	color: #555a59;
	padding: 0 20px;
	text-align: center;

}

.selectOptions {
	margin-bottom: 0;
}

.select2-result-repository__logo img {
	margin-top: 6px;
}

.select2-result-repository__title {
	font-size: 12px;
}

.box
{
	width: 600px;
	width: 70%;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 8px #999999;
	border-radius: 13px;
	-webkit-box-shadow: 1px 1px 8px #999999;
	-webkit-border-radius: 13px;
	-moz-box-shadow: 1px 1px 8px #999999;
	-moz-border-radius: 13px;
	padding: 10px 24px 10px 24px;
}

.box {
	width: 70%;
	text-align: center;
	padding: 10px 24px 10px 24px;
	padding: 0;
	background-color: #fff;
	/* box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15); */
	border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
	display: flex;
	flex-direction: row;
	position: relative;
}

.image-container {
    background-image: linear-gradient(253deg, #3ba5b4 0, #38ba8a 100%);
    width: 100%;
    max-height: 100%;
    top: 0;
    z-index: 20;
    overflow: hidden;
	max-width: 36.25rem;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	min-height: 300px;
}
@media screen and (max-width: 760px) {
	.image-container {
		max-width: 30rem;
		max-width: 100%;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		border-bottom-left-radius: 0;
	}
}

.figures-wrapper {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .figures-wrapper {
        display: none;
    }
}

.figures-wrapper__container {
    width: 100%;
    height: 100%;
    position: relative;
}

.login__figure{
    position: absolute;
    background-color: rgba(255, 255, 255, .08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login__figure.first{
    width: 70px;
    height: 140px;
    top: 25%;
    right: 45%;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
}

.login__figure.second {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    top: 13%;
    left: -4%;
}

@media screen and (max-width: 1100px) {
    .login__figure.second {
        width: 3.9375rem;
        height: 3.9375rem;
    }
}

@media screen and (max-width: 640px) {
    .login__figure.second.registration_second {
        top: 23%;
    }
}

.login__figure.third {
    width: 0;
    height: 0;
    border-top: 95px solid transparent;
    border-bottom: 78px solid transparent;
    border-left: 180px solid rgba(255, 255, 255, .08);
    bottom: 8%;
    left: 11%;
    background-color: transparent;
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

@media screen and (max-width: 1100px) {
    .login__figure.third {
        border-top: 48px solid transparent;
        border-bottom: 39px solid transparent;
        border-left: 90px solid rgba(255, 255, 255, .08);
    }
}

@media screen and (max-height: 700px) {
    .login__figure.third {
        border-top: 48px solid transparent;
        border-bottom: 39px solid transparent;
        border-left: 90px solid rgba(255, 255, 255, .08);
    }
}

.login__figure.four {
    width: 75px;
    height: 150px;
    top: 55%;
    left: -1%;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.login__figure.five {
    width: 250px;
    height: 250px;
    bottom: 17%;
    right: 4%;
    border-radius: 100%;
}

@media screen and (max-width: 1100px) {
    .login__figure.five {
        width: 63px;
        height: 63px;
        bottom: 15%;
        right: 25%;
    }
}

@media screen and (max-height: 700px) {
    .login__figure.five {
        width: 63px;
        height: 63px;
        right: 24%;
    }
}

.login__figure.six {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 160px solid rgba(255, 255, 255, .08);
    top: 9%;
    right: 24%;
    background-color: transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.login__figure.six.registration_six{
	top: 23%;
	right: -10%;
}

@media screen and (max-width: 640px) {
    .login__figure.seven {
        display: none;
    }
}

.login__figure.seven {
    width: 140px;
    height: 140px;
    bottom: 4%;
    right: -2.1875rem;
    border-radius: 100%;
}



@media screen and (max-width: 640px) {
    .login__figure.five, .login__figure.third {
        display: none;
    }
}

.image-container .container-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
}

.animate-text {
    position: relative;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 640px) {
    .animate-text{
        height: auto;
    }
}

.container-text__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 640px) {
    .container-text__wrapper {
        position: static;
    }
}

.image-container-title {
    max-width: 100%;
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 3.4rem;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 32px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .image-container-title {
        font-size: 2.375rem;
    }
}

@media screen and (max-height: 700px) {
    .image-container-title {
        font-size: 2.125rem;
        margin-bottom: 16px;
    }
}

.image-container-text {
    width: 100%;
    max-width: 350px;
    color: #fff;
    font-family: 'Roboto', serif;
    font-size: 1.075rem;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 1100px) {
    .image-container-text {
        font-size: 1.125rem;
        max-width: 320px;
    }
}

@media screen and (max-width: 900px) {
    .image-container-text {
        font-size: 1.125rem;
        max-width: 240px;
    }
}

@media screen and (max-height: 700px) {
    .image-container-text{
        font-size: 1.125rem;
        margin-bottom: 24px;
    }
}

.image-logo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 140px;
    height: 45px;
    cursor: pointer;
    z-index: 30;
    background-size: 31px;
}

.content {
    width: 100% !important;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 30px;
	z-index: 100;
}

@media only screen and (max-device-width: 720px) {
	.content{
		padding: 50px 5px;
	}
}




.login_logo {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding:  0 0 20px;
}

.login_logo img{
	width: 180px;
}

.maren_identity {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #005d29;
	padding-top: 5px;
}

.login__form-title-wrapper {
    width: 100%;
    height: auto;
    background: url("{$imageURL}/login_line.svg") center center repeat-x;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    max-width: 685px;
}

.login__form-title {
    color: #555a59;
    font-family: 'Roboto', serif;
    font-size: .7875rem;
	font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px 8px;
	
}

/* IE 6 hack */
* html .box { border: 2px #969696 solid; }

/* IE 7 hack */
*+html .box { border: 2px #969696 solid; }


/* IE 8 hack */
@media \0screen {
	.box { border: 2px #969696 solid; }
}

.menu {
	width: 100%;
	padding-left: 2px;
	margin-top: 10px;
	margin-left: 0;
	float: left;
	background: url("{$imageURL}/dual_line.png") repeat-x scroll 0 100% transparent;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 45px;
}

.menu li {
	float: left;
	list-style:none;
	line-height:35px;
	margin-right:10px;
}

.menu li.last {
	background: url("{$imageURL}/separator.png") no-repeat scroll left center transparent;
	padding-left: 8px;
	float: left;
	list-style:none;
}

.serviceName {
	font-weight: bold;
}

.hostName {
	font-weight: bold;
}


/* #container, .container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -200px;
} */

#container, .container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
}


#content, .content {
	width: 98%;
}

#header {
	width: 100%;
	display: inline-block;
	text-align: left;
}

#federationLogo {
	border: 0;
	float: left;
}

#organisationLogo
{
	border: 0;
	float: right;
}

#userInputArea, .userInputArea {
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
	background-color: #eef5f3;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	border-radius: 5px;
}

#userIdPSelection, .userIdPSelection {
	width: 460px;
	font-size: 12px;
}

input[name="Select"]{
	color: #fff;
	background-color: #0175E4;
	background-color: #005d29;
	border-color: #007bff;
	border-radius: 4px;
	border-style: none;
}

input[name="Select"]:hover {
    background-color: #0069d9;
	border-color: #0062cc;
}

input[name="Select"]:active {
    background-color: #0062cc;
	border-color: #005cbf;
}

/* Device specific styles */
@media only screen and (max-device-width: 720px){
	.box {
		width: auto;
		box-shadow: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		-moz-box-shadow: none;
		-moz-border-radius: 0;
		padding: 0;
		flex-direction: column;
	}

	#content, .content {
		width: 96%;
	}

	#container, .container {
		width: 96%;
		position: auto;
		left: auto;
		top: auto;
		margin-left: 0;
		margin-top: 0;
	}

	#userIdPSelection, .userIdPSelection {
		width: 60%;
	}

	#userIdPSelection_iddwrap input {
		width:90%!important;
	}
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}
