@charset "UTF-8";

body{
	background-color: white !important;			
	background-image: none !important;
	background-repeat: no-repeat !important;
	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%) !important;
}	

#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;
}

.login-box h1{
	color: #005aff;
	font-size: 45px;
	font-family: 'nokiapure_hulight', sans-serif !important;
	margin-top: 0px;
	font-weight: 100;
}

.login-box h2{
	color: #124191;
	font-size: 25px;
	font-family: 'nokiapure_hlight', sans-serif !important;	
	font-weight: bold;
}

.login-box p{
	color: grey;	
	font-family: 'nokiapure_tlight', sans-serif !important;
}

.login_button{
	border: 1px solid #005aff;
    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;
}

.login_button:hover{
	font-size: 16px;
	border: 1px solid #0049b4;
	background-color: #0049b4;
	box-shadow: 0px 6px 12px 3px #0011351c;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.button2{
    border: 1px solid #001135;
    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;
}

a {
	text-decoration: none !important;
}

#ms-azure-logo {
    width: 140px;
    fill: #98a2ae;
    margin: 15px auto;
    display: block;
}

.grey_links a{
	color: #ffffffa1 !important;
}

#rsp_bottom{
	margin-top: -10px !important;
	font-family: 'nokiapure_hulight', sans-serif !important;
	letter-spacing: 1px;
}

.contact-us-link{
	color:#005aff; 
	text-decoration:underline !important; 
	cursor: pointer;
}

.welcome-banner-box {
    height: 240px;
    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: 1%;
    display: none;
}

.welcome-banner-text {
    overflow-y: auto;
    margin-left: 7px;
    margin-top: 7px;
    text-align: left;
    border: none;
    width: 100%;
}
