﻿body {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }

.content {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: white url(Scripts/img/login_background.jpg) no-repeat center center fixed; 
    background-image: url(Scripts/img/login_background.jpg);    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loginarea {
    margin-top: 5em;
	width: 400px;
	padding: 0 15px 0 15px;
	font-size: 16px;
	font-weight: bold;
    margin-left:auto;
    margin-right:auto;
  }

.comboBoxChangePassword {
    margin-top:0.85rem !important;
    margin-bottom: 1rem !important;
}

.buttonLogon {
    margin-top: 1em;
    vertical-align: middle;
    height: 40px;
    width: 100%;
    background-color: #008fd3;
    border: 1px solid #008fd3;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.buttonLogon:hover {
    background-color: #0073aa;
    border-color: #0073aa;
}

.samlButtonLogon {
    vertical-align: middle;
    height: 40px;
    width: 100%;
    background-color: #008fd3;
    border: 1px solid #008fd3;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.samlButtonLogon:hover {
    background-color: #0073aa;
    border-color: #0073aa;
}

.buttonChangePassword {
    margin-top: 1em;
    vertical-align: middle;
    height: 40px;
    width: 100%;
   font-size: 0.875rem;
    background-color: #F7F7F7;
    border-color: #BFBFBF;
    border-top-width: 1px;
    border-style: solid;
    color: black;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.buttonChangePassword:hover {
    background-color: #D0D0D0;

}

.errorLabel {
    margin-top: 1em;
    padding: 4px;
    width:100%;
    text-shadow: 0 0.0625em 0 rgba(255,255,255,0.5);
    border-style: solid;
    border-color: #E52929;
    border-width: 2px;
    background-color: #FAD4D4;
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    font-weight : normal !important;
    color: #666666 !important;
   
}

#MessageContent .sapMMsgStripMessage {
    max-height: 3rem;
}


.formLogin__separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0;
    text-transform: uppercase
}

.formLogin__separator:before {
        content: '';
        background: #d2d2d2;
        display: block;
        min-width: 75px;
        width: 100%;
        height: 3px;
        margin-right: 16px;
        position: relative;
        top: 8px
}

.formLogin__separator:after {
        content: '';
        background: #d2d2d2;
        display: block;
        min-width: 75px;
        width: 100%;
        height: 3px;
        margin-left: 16px;
        position: relative;
        top: 8px
}
