﻿.wrapper {
    /* margin-top: 50%; */
    /* margin-bottom: 50%; */
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body {
    background:#f2f2f2;
}
.validation-summary-errors ul {
    margin-left: 0;
    padding-left: 0;
}
.validation-summary-errors ul li {
    list-style-type: none;
}
.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #2bb8bf;
    border-color: #2bb8bf;
}
    .btn-primary:hover, .btn-primary:focus {
        background-color: #1398ad;
        border-color: #1398ad;
    }

#Patient-login-form a, #Patient-ForgotPassword-form, #Patient-ForgotUsername-form a {
    color: #2bb8bf !important;
}

@media (min-width:300px) and (max-width:767px) {

    .form-signin {
        width: 100%;
    }
    .wrapper {
        left: 11% !important;
        top: 50% !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-6%, -50%)
    }
}

