* {
	font-family: 'Rubik', sans-serif;
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	display: flex;
	height: 100%;
	width: 100%;
	color: #404040;
	background-color: #FBFCFD;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
  font-size: initial;
	font-family: 'Rubik', sans-serif;
}

ul {
	margin-left: 2em;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a {
	color: inherit;
	text-decoration: inherit;
}

.container {
	display: flex;
	height: auto;
	min-height: 100%;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

.button-decline, .button-accept, .button-neutral {
    height: 3.5em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 2.5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.button-neutral, .button-decline {
    color: #738492;
}

.button-neutral {
    background-color: #FFFFFF;
    border: 1px solid #E6EBF0;
}

.button-decline {
    background-color: #E6EBF0;
}

.button-accept {
	background-color: #5282F0;
}

.main-login-panel h4 {
	text-align: center;
}

.main-login-panel {
	display: flex;
  flex-direction:  column;
	position: absolute;
  margin: auto;
  left: 10%;
	top: 0;
  bottom: 0;
	width: 350px;
  height: 600px;
  border: 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: -16px 20px 74px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: -16px 20px 74px -1px rgba(0,0,0,0.15);
  box-shadow: -16px 20px 74px -1px rgba(0,0,0,0.15);
}

.main-login-panel input {
	width: 100%;
	height: 2.5em;
	padding-left: 3em;
	border: solid 1px #D8DCE3;
	color: #D8DCE3;
	border-radius: 2.5px;
	margin: 0.5em 0em;
  	background-color: #FAFAFA;
    box-sizing: border-box;
}

.login-inputs {
  padding-top: 1em;
}

.form-group {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.request-access-inputs {
  width: 100%;
  padding-left: 1em;
}

.alert {
  font-size: 0.9em;
  text-align: center;
  padding: 5px 0px;
  background-color: unset;
    border: unset;
		margin-bottom: 0px;
}

.alert-danger {
  color: red;
}

.alert-success {
  color: green;
}

.email-input {
  background: #FAFAFA url("../images/envelope-icon.svg") no-repeat scroll 7px 7px;
}

.user-input {
  background: #FAFAFA url("../images/user-icon.svg") no-repeat scroll 7px 7px;
}

.password-input {
  background: #FAFAFA url("../images/key-icon.svg") no-repeat scroll 7px 7px;
}

.arrow-forward {
  background: #5282F0 url("../images/arrow-icon.svg") no-repeat scroll 7px 7px;
  background-position: right 15px center;
  text-align: left;
  padding-left: 30px;
}

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.main-login-panel input:focus {
	outline: none;
	color: #404040;
  border-color: #14A1C6;
}

.main-login-panel .button-accept,
.main-login-panel .button-decline,
.main-login-panel .button-neutral {
	width: 100%;
	margin: 0.5em 0em;
}

#adfs {
  display: none;
}

.login-info, .request-info {
    padding: 1em 2.5em;
}

.login-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 70%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.login-header {
	background: #FFFFFF url("../images/lock-icon.svg") no-repeat 7px 7px;
	background-position: top 0px center;
	min-height: 100px;
}

.login-info h4 {
	margin: 2em auto 0em;
	text-align: center;
}

.request-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 30%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
	background-color: #FAFAFA;
  color: #738492;
}

.request-access .login-info,
.request-password .login-info,
.upload-document .login-info {
    height: 80%;
}

.request-access .request-info,
.request-password .request-info,
.upload-document .request-info {
    height: 20%;
}

.request-info span {
	display: block;
	text-align: center;
	font-size: 16px;
}

.left-login-panel {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #F5F6FA;
	width: 350px;
	height: 100%
}

.header-info img:first-child {
  align-self: start;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 1em;
}

.header-info img {
	vertical-align: unset;
}

.contact-info {
  width: 100%;
  display: flex;
  padding-bottom: 1.5em;
  justify-content: space-evenly;
  font-size: 0.9em;
  color: #738492;
}

.right-login-panel {
	background: #FFFFFF url("../images/zertrm_login.svg") 	no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: calc(100% - 350px);
	height: 100%;
}

@media all and (max-width: 1000px) {
  .left-login-panel {
    display: none;
  }

  .right-login-panel {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .main-login-panel {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .left-login-panel {
    display: none;
  }

  .right-login-panel {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .main-login-panel {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .left-login-panel {
    display: none;
  }

  .right-login-panel {
    display: none;
  }
}

.login-header img {
	display: none;
}

.login-header img:first-of-type {
	padding-right: 1em;
}

@media all and (max-width: 1000px) {
	.login-header img {
		display: initial;
	}

	.login-header h4 {
		display: none;
	}

	.login-header {
		background: #FFFFFF;
	}

  .left-login-panel {
    display: none;
  }

  .right-login-panel {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
	.login-header img {
		display: initial;
	}

	.login-header h4 {
		display: none;
	}

	.login-header {
		background: #FFFFFF;
	}

  .main-login-panel {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .left-login-panel {
    display: none;
  }

  .right-login-panel {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
	.login-header img {
		display: initial;
	}

	.login-header h4 {
		display: none;
	}

	.login-header {
		background: #FFFFFF;
	}

  .main-login-panel {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .left-login-panel {
    display: none;
  }

  .right-login-panel {
    display: none;
  }
}