﻿/*******************************
            Sign In
********************************/

.Login {
    position: relative;
    background-position: top;
    background-image: url(../../Images/loginbgopt.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    z-index: 1;
}

.OSInline {
    display: inline-block;
    transform: scale(1);
    transform-origin: 0 0;
    *display: inline;
    vertical-align: top;
}

.Sign-In {
    background-color: #fff;
    box-shadow: 10px 2px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    padding: 50px 60px;
    color: #888;
    font-size: 14px;
    min-height: 600px;
    z-index: 2;
}

    .Sign-In .Heading1 {
        color: #5E9C13;
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
    }

    .Sign-In input[type="text"],
    .Sign-In input[type="password"] {
        padding: 0 20px;
        height: 55px;
        box-shadow: none;
        color: #888;
        line-height: 55px;
        font-size: 16px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
    }

    .Sign-In input[type="checkbox"]:after {
        border: 3px solid #5E9C13;
        border-right: 0;
        border-top: 0;
        height: 5px;
        left: 20%;
        top: 23%;
        width: 11px;
    }
