@charset "utf-8";
/* CSS Document */
html{
	min-height: 100%;
	background: linear-gradient(207deg, rgb(90 210 225),rgba(255, 0, 0, 0) 70.71%), linear-gradient(55deg, rgb(0 82 109), rgba(0, 255, 0, 0) 70.71%), linear-gradient(324deg, rgb(56 129 254), rgba(0, 0, 255, 0) 70.71%), linear-gradient(69deg, rgb(0 40 94), rgba(0, 0, 255, 0) 70.71%);
	background-repeat: no-repeat;
}
body{
	margin: 0px;
}

h1{
	color: #005aff;
	font-size: 45px;
	font-family: 'nokiapure_hulight',sans-serif;
	margin-top: 0px;
	font-weight: 100;
}
h2{
	color: #124191;
	font-size: 25px;
	font-family: 'nokiapure_hlight',sans-serif;
}
p{
	font-family: 'nokiapure_tlight',sans-serif;
	color: grey;
}


#top-bar{
	background-color: white;
	display: flex;
	padding: 15px 20px 10px 20px;
	transition: all 0.4s ease 0s;
}
#top-bar div{
	max-width: 1200px;
	width: 100%;
	display: flex;
	margin: 0px auto;
}
#top-bar h2{
	color: #005aff;
    font-size: 18px;
    font-family: 'nokiapure_hlight',sans-serif;
    letter-spacing: 0.5px;
    margin: 1px 0px 0px 40px;
	transition: all 0.4s ease 0s;
	flex-wrap: wrap;
    display: flex;
    align-content: center;
}
#nokia-logo{
	/* width: 100px; */
	margin-bottom: 4px;
	fill: #124191;
	transition: all 0.4s ease 0s;
	object-fit: contain;
}

#login-box{
	height: 100%;
    max-width: 1000px;
	width: 95%;
    margin: 0px auto;
    background-color: #fffffffa;
    text-align: center;
	box-shadow: 0px 6px 12px 3px #0011351c;
    border-radius: 8px;
	margin-top: 5%;
	display: flex;
	transition: all 0.4s ease 0s;

}
.col01 div{
	margin: 14% 0px;
}

.divider{
	border-right: 1px solid grey;
    vertical-align: middle;
    margin: 40px 0px;
	
}
.col01, .col02{
	width: 42%;
    display: inline-block;
    vertical-align: top;
    margin: 4%;
    text-align: left;
}
.col01:after{
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #000;
}
#footer-links{
	text-align: center;
	margin: 40px 0px;
    font-size: 12px;
    font-family: 'nokiapure_hulight',sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
#footer-links a{
	color: #ffffffa1;
	margin: 0px 2%;
}

button{
	border: none;
    background-color: #005aff;
    color: white;
    font-size: 15px;
    padding: 12px 30px;
    min-width: 220px;
    border-radius: 5px;
    text-align: center;
    margin: 5px auto;
    display: block;
	font-family: 'nokiapure_hulight',sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.4s ease 0s;
}
button:hover{
	font-size: 16px;
	background-color: #0049b4;
	box-shadow: 0px 6px 12px 3px #0011351c;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.button2{
    background-color: #001135;
}

.button3{
	border: 1px solid #001135;
	color: #001135;
    background-color: #ffffff;
}
.button3:hover{
	color: #ffffff;
	border:1px solid #0049b4;
}
.button4{
	border: 1px solid #005aff;
	color: #005aff;
    background-color: #ffffff;
	transition: all 0.4s ease 0s;
	font-size: 14px;
	font-family: 'nokiapure_tlight',sans-serif;
	letter-spacing: 0.4px;
	padding: 8px 14px;

}
.button4:hover{
	font-size: 14px;
	color: #ffffff;
	border:1px solid #0049b4;
	padding: 8px 14px;
}
.button4:hover .cls-1{
	stroke: #ffffff;
	stroke-width:1.5px;
	transition: all 0.4s ease 0s;
}

.help-icon{
	width: 40px;
    vertical-align: middle;
    margin: 0px 10px 10px 0px;
}
#email-icon{
	width: 25px;
	vertical-align: middle;
	margin: -5px 10px 0px 0px;
}
#ms-azure-logo{
	width: 140px;
    fill: #98a2ae;
    margin: 5px auto;
    display: block;
}
a {
	text-decoration: none;
}


/*RESPONSIVE*/

@media screen and (max-width: 800px) {
	#login-box{
	height: 100%;
    max-width: 1000px;
	width: 100%;
    border-radius: 0px;
	margin-top: 0px;
	display: block;
	}
	.col01, .col02{
	width: 80%;
	}
	.col01 div{
	margin: 14% 0px;
	}
	.divider{
	border-top: 1px solid grey;
    border-right: none;
    margin: 0px;
	}
	#top-bar{
	background-color: #005aff;
	}
	#top-bar h2{
	font-size: 15px;
	margin: 1px 0px 0px 25px;
	color: white;
	letter-spacing: 0px;
	}
	#nokia-logo{
	/* fill: #fff; */
	filter: brightness(0%) invert(100%);
	}
}