﻿.col-sm-4.login-section-wrapper {
    padding-left: 0;
}

.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
}

.for-box-shadow {
    padding: 20px 30px;
    box-shadow: 2px 0 11px -3px #ddd;
    height: 100vh;
}

.button.btn.btn-default.pull-right.back-button {
    border: 1px solid #ececef;
    float: right;
    margin-top: 20px;
}

.btn.btn-default.pull-right.back {
    border: 1px solid #ececef;
    float: right;
    margin-top: 20px;
}


.btn-default:hover, .btn-outline-primary:hover:hover, .btn-outline-warning:hover:hover, .btn-primary:hover, .btn-warning:hover {
    color: #333;
}

.login-wrapper {
    max-width: 100%;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.login-title {
    font-size: 22px;
    color: #3d4556;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 80px;
}

.login-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: #3d4556;
    margin-bottom: 6px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.login-wrapper .form-control {
    border: 1px solid #e9eaec;
    padding: 9px 15px;
    min-height: 40px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    background-color: #fdfdfe;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+.75rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.forgot-pass-block.text-right {
    position: relative;
}

.text-right {
    text-align: right !important;
}

.login-wrapper a.forgot-password-link {
    color: #ff0124;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 600;
}

.login-wrapper a.registration-link {
    color: #133d8d;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 600;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.login-wrapper .login-btn {
    background-color: #133d8d;
    font-size: 16px;
    /*font-size: 18px;
    font-weight: bold;
    height: 50px;*/
    color: #fff;
    margin-bottom: 14px;
    height: 42px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}

.powered-by.text-center {
    bottom: 10px;
    margin: auto;
    display: block;
    width: 100%;
    left: 0;
}

button.btn.btn-default.pull-right.back-button {
    border: 1px solid #ececef;
    float: right;
    margin-top: 20px;
}

.btn.btn-default.pull-right.back {
    border: 1px solid #ececef;
    float: right;
    margin-top: 20px;
}

/*.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.right-site-con-box {
    margin-top: 9%;
}

p.welcome-to-text {
    text-align: center;
    display: block;
    font-size: 24px;
    margin-bottom: 0;
}

p.ComeJoin {
    /*text-align: center;*/
    display: block;
    font-size: 24px;
    margin-bottom: 0;
    color: #0832a7;
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h4.main-heading-home {
    color: rgba(39,48,67,0.9);
    display: block;
    width: 100% !important;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.footer-link {
    text-align: center !important;
    display: block;
    width: 100% !important;
    text-align: center;
}

@media (max-width: 600px) {
    .right-side-box {
        display: none;
    }
}

.login-main-section {
    padding-top: 10%;
    text-align: center;
}

.logo-box img {
    width: 200px !important;
}

img {
    vertical-align: middle;
    border-style: none;
}

.login-main-section {
    text-align: center;
}


.login-option-box h3 {
    color: rgba(39,48,67,0.9);
    font-size: 31px;
    padding-bottom: 30px;
    font-weight: 600;
    margin-top: 24px;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.login-main-section {
    text-align: center;
}

.login_main {
    font-family: 'Open Sans',sans-serif !important;
    background-color: #fff;
    min-height: 97vh;
    background-image: url(../../img/Login-bg.png) !important;
    background-repeat: repeat !important;
    background-size: 338px !important;
}

.login-option-box-item {
    width: 150px;
    display: inline-block;
    /*background-color: #fff;*/
    /*height: 140px;*/
    border-radius: 5px;
    /*padding-top: 2.5rem;*/
    margin: 10px 12px;
    text-align: center;
    text-decoration: none;
    /*box-shadow: 0 4px 17px 1px #ddd;*/
}

    .login-option-box-item:hover #menuHeading {
        color: #fff;
    }


a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

*, ::after, ::before {
    box-sizing: border-box;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.login-option-box-item span {
    text-align: center;
    color: #273043;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.title-1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color: rgba(39,48,67,0.9);
    font-size: 18px;
    padding-bottom: 30px;
    font-weight: normal;
    margin-top: 27px !important;
    max-width: 950px;
    margin: auto;
    margin-top: auto;
}

.card-login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
}

.big-icon {
    font-size: 105px !important;
}

.powered-by-logo {
    width: 65px;
    height: 65px;
}
