﻿


body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    font-family: 'Oxygen', sans-serif;
}

.main {
    margin-top: 70px;
}

h1.title {
    font-size: 50px;
    font-family: 'Passion One', cursive;
    font-weight: 400;
}

hr {
    width: 10%;
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login {
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 330px;
    padding: 40px 40px;
}

.login-button {
    margin-top: 5px;
}

.login-register {
    font-size: 11px;
    text-align: center;
}

.form-footer a {
    width: calc(100% - 100px);
    margin: 30px auto;
    margin-top: 20px;
    display: block;
    text-align: center;
    background: #acacac;
    color: white;
    border-radius: 0;
}

    .form-footer a:hover {
        color: white;
        border: 1px solid #ddd;
    }

.form-footer h5 span {
    background: white;
    padding: 0 10px;
}

.form-footer h5 {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 13px;
}

    .form-footer h5:before {
        border-top: 1px solid #dfdfdf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: calc(100% - 60px);
        z-index: -1;
    }
    .panel-heading{
        margin:auto;
        max-width:330px;
        background-color:#337ba7;
    }
    .panel-title{
        color:white;
        padding:10px 0px;
        font-weight:600;
    }
      .field-validation-error{
        color:#e60808;
    }
