﻿body, html
{
    height: 100%;
    /*background-repeat: no-repeat;
    background-image: linear-gradient(#555, #999);*/
}

.card-container.card
{
    max-width: 460px;
    padding: 40px 40px;
}

.btn
{
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card
{
    background-color: #5EBBD2;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 9px #231F1F;
    -webkit-box-shadow: 1px 2px 9px #231F1F;
    box-shadow: 1px 2px 9px #231F1F;
    min-height: 300px;
}

.card-error
{
    background-color: #D50607;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 9px #231F1F;
    -webkit-box-shadow: 1px 2px 9px #231F1F;
    box-shadow: 1px 2px 9px #231F1F;
    min-height: 300px;
    background-image:url('../Content/media/images/error-image.png');
    background-repeat:no-repeat;
    height:100%;
    width:60%;
}

.profile-img-card
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-img-card-flat
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}

/*
 * Form styles
 */
.profile-name-card
{
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
    color: white;
}

.reauth-email
{
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword
{
    direction: ltr;
    height: 40px;
    font-size: 13px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin .button
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin select
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus
{
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}



.forgot-password
{
    color: #555555;
    font-size: 12px;
    color: white;
    margin-bottom: 20px;
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus
    {
        color: #212121;
    }

.btn
{
    cursor: pointer;
}

.field-validation-error
{
    font-family: Calibri;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #EC7474;
    border-color: #F56B6B;
    margin: 5px;
    letter-spacing: 1px;
}

#wrap
{
    margin: 10px 0 15px -5px !Important;
}

.input-validation-error
{
    border: 1px solid transparent;
    border-color: #F05050;
    background-color: #FFF8F8;
}

p.title
{
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 0;
    min-height: 1em;
    color: #000000;
}

p.smallTitle
{
    font-size: 14px;
    /*font-weight: bold;*/
    text-align: left;
    margin: 10px 0 0;
    min-height: 1em;
    color: #000000;
}

p a
{
    color: #72afd2;
    font-weight:bold;
}
.custom-button {
    width: auto !important;
}
 .button {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}