﻿.HeaderButtons, .HeaderButtons {
    position: absolute;
    top: 0px;
    right: 150px;
    display: flex;
}

.HeaderButtons a, .HeaderButtons form button {
    background-color: #733934;
    border-color: #f00;
    color: #fff;
}

.HeaderButtons a:hover, .HeaderButtons form button:hover {
    color: #fff;
}

@media only screen and (max-width: 700px) {
    .HeaderButtons, .HeaderButtons {
        position: absolute;
        top: 0px;
        right: 30px;
        left: 20px;
    }
}

.HeaderImage {
    background: url('/assetsSo/pages/img/login/background.jpg') no-repeat fixed center;
    height: 508px;
    background-size: cover;
    position: relative;
    
}

.ImageButtons {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

.ImageButtons a {
    position: relative;
    background-color: #733934;
    border-color: #f00;
    font-size:16px;
    color: #fff;
    padding: 30px 10px;
    width: 149px;
    height: 81px;
    text-align: center;
    border-radius: 25px !important;
    width:150px;
}

.ImageButtons a:hover {
    color: #fff;
}
.ImageButtonsSpace {
    padding-right:10px;
    display: inline;
}
.headerSpace{
    height:50px;
}
.PageTitle {
    font-size: 32px;
    font-weight:700;
    text-align: center;
    color: #ab847f;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    padding:50px;
}
.LoginForm .content {
    border-radius: 25px !important;
    background: rgba(166,126,123,0.7);
}
.LoginForm {
    padding-top: 150px;
    background: url('/assetsSo/pages/img/login/background.jpg') no-repeat fixed center;
    padding: 90px 0;
    background-size: cover;
}
.Footer1 {
    border-bottom: 1px solid #733934;
    border-top: 1px solid #733934;
    padding:10px;
}

.Footer1 div {
    height: 100px;
}

.Footer1 .Selected {
    background-color:#000;
    color:#fff;
}
.Footer2 {
    background: #48525e;
    color: #fff;
}
.Footer2 h2 {
    background: #48525e;
    color: #fff;
    font-weight:600;
}