﻿.full-page {
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
    border-top-left-radius: 3%;
    border-top-right-radius: 3%;
    height: 100%;
    width: 100%;
}

.left-div {
    height: 100%;
    width: 30%;
    float: left;
}

.image-display {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    width: 100%;
    background-color: black;
    position: relative;
    z-index: 1;
}

.person-login-image {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    height: 100%;
    width: 100%;
    zoom: 139%;
    position: relative;
    z-index: auto;
    object-fit: none;
    object-position: 55% 0%;
    opacity: 0.3;
    font-family: 'object-fit: none; object-position: 55% 0%;';
}
.box-shadow {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135, Strength=5); /*for ie6,7,8*/
    background-color: #ccc;
    -moz-box-shadow: 2px 2px 5px #969696; /*firefox*/
    -webkit-box-shadow: 2px 2px 5px #969696; /*webkit*/
    box-shadow: 2px 2px 5px #969696; /*opera或ie9*/
}
.opacity-text {
    width: 100%;
    text-align: center;
}

.h1font {
    color: #e1e1e1;
}

.right-div {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #cee7ec;
    height: 100%;
    width: 70%;
    float: right;
}

.user-icon {
    width: 39%;
    margin-left: 29%;
    margin-top: 4%;
}

.login-elements {
    padding-left: 5%;
    padding-right: 5%;
}

.groupPassword, .groupUsername {
    color: white;
}

.left-link {
    color: #272727;
    font-family: calibri;
    padding-top: 2%;
    float: left;
    font-size: 1.2em;
}

.right-link {
    color: #272727;
    font-family: calibri;
    padding-top: 2%;
    float: right;
}

.forgotpassword {
    color: #272727;
    font-family: calibri;
    text-decoration: none;
}

.containerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 11%;
    background-color: #eee;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
    background-color: #259dab;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button {
    font-family: calibri;
    width: 100%;
    background-color: #259dab; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.logo img{
    width:100%;
}
.required{
    color:red;
    font-weight:bold;
}
.question-captcha{
   color:#9e9e9e;
}
.bg-message{
    margin-top:40px;
    margin-left:40px;
    font-size:20px;
    background-color:antiquewhite;
    padding:10px;
    width:90%
}
.message-text {
    margin-left: 10px;
    font-family: calibri;
    font-size: 1em;
}
.cookie_message{
    text-align:center;
    padding:20px;
    background-color:coral;
    color:white;
    font-weight:bold;
    display:none
}
.error-message {
    color: red;
    font-family: calibri;
    font-size: 1em;
}

.login-image {
    background-image: url(/Content/Images/login-backgroud.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.logo-image {
    background-image: url(/Content/Images/scp-header.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.logo-big-image {
    background-image: url(/Content/Images/logo2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.footer-image {
    background-image: url(/Content/Images/plain-footer-landscape.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 1.975rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.top-flex {
    flex: 2;
}

.middle-flex {
    flex: 10;
    margin: auto;
}

.bottom-flex {
    background-color: #20529b;
    flex: 1;
}

.label-color {
    color: white;
}

/*Login2 page*/
.login-container {
    background: url(/Content/Images/login-bg.jpg) center/cover no-repeat;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.welcome {
    font-size: 25px;
    text-align: center;
    display: block;
    padding-top: 20px;
}