#header {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}

#logo
{
    height: 130px;
}

#LoginForm {
    background-color: #409ad6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    background-image: radial-gradient(circle at top right, rgba(255,255,255,0.35), #3b8dc5 60%);
}

#formwrapper {
    max-height: 600px;
}

#text1 {
	background: none repeat scroll 0 0 transparent;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	min-width: 300px;
    max-width: 420px;
}

.failureNotificationLogin {
    color: #fff;
    text-align : center;
}

#text1 p
{
	font-size: 16px;
    color:#fff;
}

#text1 h1, #text1 h2, #text1 h3
{
    color:#fff;
}

#text1 label
{
    color:#fff;
    vertical-align: 3px;
    font-size:16px;
}

.textfield {
    font-size: 16px !important;
    padding: 7px;
    filter: none;
}

.loginbuttonwrapper {
    margin: auto;
    width: 100%;
    text-align: center;
    margin: 15px;
}

.loginbutton {
    -webkit-appearance: none;
    margin: 0;
    border: none !important;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 22px;
    background: rgba(40, 105, 161, 1);
    vertical-align: middle;
    line-height: 35px;
    min-height: 35px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 3px 3px;
    min-width: 135px;
    cursor : pointer !important;
}

.loginbutton:hover {
    background: rgba(20, 85, 141, 1) !important;
}

.loginbutton[disabled] {
    color: rgba(255,255,255,0.5) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.5) !important;
}


#bankIDbutton {
    padding: 0px 16px 0px 8px;
}

.bankIDButton {
    padding: 0px 22px !important;
}

#bankIDMobileInstructions {
    margin: 1rem 0rem;
}

.QRdivWrapper {
    margin: 0px 100px;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    margin-bottom: 53px;
}

#qrcodeImg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
    display: block;
    box-shadow: -4px 4px 15px #507394;
    border-radius: 7px;
}

.bankIDMessage{
    color: red;
}

.hiddenBankID{
    display: none;
}

#bankIDWarningBox {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}


#forgotpassword {
    padding-top: 4px;
    color: white;
    font-size: 14px;
}

.caption
{
    font-size:16px;
    color:#fff;
    padding-top: 5px;
}


#footer {
	margin: auto;
	width: 500px;
    text-align: center;
    margin-top: 60px;
}

#footer p{
	font-size: 15px;
}

#icon
{
	vertical-align:middle;
	width:16px;
	height:16px;
	padding-left: 5px;
	padding-right: 5px;
}

#Welcome {
    display:block;
    width:100%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #LoginForm {
        width: 100% !important;
        min-width: 0 !important;
    }
    #MainImage {
        display: none !important;
    }
}