﻿html,
body {
    height: 100%;
}

body {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;*/
    padding-top: 120px;
    font-family: Muli;
    background: url(/Content/images/symfonia-login-background-blue2.jpg) no-repeat scroll 0px 0%/cover transparent;
    background-color: #0e3a69;
    background-position: right 80px;
}

.footer {    
    font-weight: 400;
    font-size: 13px;
    color: #e6e6e6;
    padding-bottom: 12px;
}
.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    text-align: left;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 94% 50%;
    text-align: left;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-left: 30px;
    border: 0;
    font-family: Muli;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 12px;
    border-radius: 0px;
}

.btn-blue {
    background-color: #61c3d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='12' viewBox='0 0 17 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.088.206a.745.745 0 0 0-1.056.027.753.753 0 0 0 .027 1.062l3.784 3.617H.745a.747.747 0 0 0-.745.75c0 .413.334.749.745.749H13.9l-3.85 3.845a.752.752 0 0 0-.007 1.061c.289.295.76.299 1.055.008l5.137-5.135.547-.544-5.693-5.44z' fill='%23fafafa' fill-rule='evenodd'/%3E%3C/svg%3E");
    color: #fff;
}

.btn-blue:active, .btn-blue:hover {
    background-color: #0e3a69;
}

.link-text, .link-text:active, .link-text:hover {
    font-family: Muli;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

.back-icon {
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='12' viewBox='0 0 17 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.088.206a.745.745 0 0 0-1.056.027.753.753 0 0 0 .027 1.062l3.784 3.617H.745a.747.747 0 0 0-.745.75c0 .413.334.749.745.749H13.9l-3.85 3.845a.752.752 0 0 0-.007 1.061c.289.295.76.299 1.055.008l5.137-5.135.547-.544-5.693-5.44z' fill='%23fafafa' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 18px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    float: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display';
    color: #fff;
    text-align: left;
}

h3 {
    font-size: 34px;
}

p {
    font-size: 16px;
    font-family: Muli;
    color: #fff;
    text-align: left;
}

.form-control-2 {
    display: block;
    width: 100%;
    /*height: 30px;*/
    padding: 10px;
    padding-left: 30px;
    background-color: #e6e6e6;
    border: 0 !important;
    font-family: Muli;
    color: #0f3f70;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.field-validation-error, .validation-summary-errors li {
    font-family: Muli;
    color: #e6e6e6;
    text-decoration: none;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}

@media screen and (max-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 30px;
    }
}

