@font-face {
    font-family: 'titillium_webregular';
    src: url('../fonts/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webitalic';
    src: url('../fonts/titilliumweb-italic-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	overflow: hidden;
	font-family: 'titillium_webregular', Arial, 'sans-serif';
	color: #fff;
	font-size: 16px;
}

form{
	  display: flex;
    justify-content: space-between;
}

#password,
#login,
select {
	width: 100%;
	margin-bottom: 5px;
	padding: 2px 5px;
		border-radius: 3px;
	border: 1px solid #2279fc;
	color: #2279fc;
	font-size: 0.75em;
	background-color: transparent;
}

.submit-wrapper {
	overflow: hidden;
	clear: both;
}

.submit-wrapper input {
	background: transparent url("../fonts/double_arrow_white.svg") no-repeat scroll right top 3px;
	border: medium none;
	color: #fff;
	float: right;
	font-size: 1em;
	line-height: 1.2em;
	padding-right: 16px;
	background-size: 20%;
}

.button a {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
    background-color: transparent;
    border: medium none;
    color: #fff;
    display: block;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
}

.agb{
	    align-items: center;
    display: flex;
}

.agb a {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
    background-color: transparent;
    border: medium none;
	color: #fff;
    display: block;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2em;
    text-decoration: none;
}

.login-large .button {
	position: absolute;
	bottom: 0;
}

.login-large .button a {
	color: #003e61;
}

.login-large .agb {
	clear: both;
}

.login-large .agb a {
	color: #fff;
	font-size: 12px;
}

.button input:hover,
.submit-wrapper input:hover {
	cursor: pointer;
}

.left,
.right {
	width: 45%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.login-large {
    padding-bottom: 25px;
    position: relative;
}

.form-title {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding-top: 8px;
}
@media screen and (min-width:1380px){

  form{
  display:flex;
  }
}
@media screen and (max-width:1380px){
iframe{
  height: 200px !important;
  }
  form{
  display:block;
  }
}