/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Mar 26, 2019, 6:33:15 PM
    Author     : IT Maniax
*/

.registration-box {
    max-width: 900px;
    margin: 0 auto;
}

.registration-box-body {
    padding: 30px;
}

.registration-box .form-control:focus {
    border-color: var(--color_green);
}

.registration-box .form-group>p {
    margin-bottom: 5px;
    color: var(--color_text-muted);
}

.registration-page {
    background: var(--color_white);
    font-family: sans-serif;
    height: auto !important;
    margin: 30px 5px 30px 5px !important;
}

.registration-page h1 {
    margin: 0;
}

.registration-page a:hover, .registration-page a:active {
    color: var(--color_green);
}

.registration-box-body,
.registration-box-body .register-box-body,
.registration-box-body button ,
.registration-box-body a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    border-radius: .3rem;
}
.registration-box-body button ,
.registration-box-body a {
    font-weight: 600;
}

.registration-box-body,
.registration-box-body .register-box-body {
    min-width: 365px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.login-box, .register-box {
    max-width: 365px;
}

.user-select-none {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.login-box-body, .register-box-body {
    padding: 30px;
}

.login-box .form-control:focus, .register-box .form-control:focus {
    border-color: var(--color_green);
}

.login-box .form-group>p, .register-box .form-group>p {
    margin-bottom: 5px;
    color: var(--color_text-muted);
}

.loginLogoMaxWidth {
    max-height: 70px;
}

.btn-auth {
    font-size: 14px;
    height: 60px;
}

.login-subtitle {
    max-width: 400px;
    font-size: 23px;
    color: #727272;
    margin-bottom: 30px;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before,
.login-box-body,
.login-box-body .register-box-body,
.login-box-body button ,
.login-box-body a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    border-radius: .3rem;
}
.login-box-body button ,
.login-box-body a {
    font-weight: 600;
}
.icheck-success>input:first-child:checked+input[type=hidden]+label::before, .icheck-success>input:first-child:checked+label::before {
    border-color: var(--color_green);
    background-color: var(--color_green);
}
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before
{
    border-color: var(--color_green);
}

.login-options * {
    font-size: 14px;
    font-weight: 600;
}

.login-box-body,
.login-box-body .register-box-body {
    min-width: 365px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

img.footer-logo {
    margin-left: 5px;
    max-height: 35px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.logo-md-size > img {
    min-height: 40px;
    max-height: 40px;
}

.login-page {
    background: var(--color_white);
    font-family: sans-serif;
    height: auto !important;
    margin: 30px 5px 30px 5px !important;
}

.login-page h1 {
    margin: 0;
}

.login-page a:hover, .login-page a:active {
    color: var(--color_green);
}

.login-form-control {
    border-bottom-color: var(--color_green);
}

.btn-1 {
    background-color: var(--color_green);
}

.btn-1:focus {
    outline: none;
}

.btn-1:hover {
    color: var(--color_green);
}

.btn-auth {
    border-color: var(--color_green);
}

.bullet {
    background-color: var(--color_green);
}

.footer-logo {
    max-width: 200px;
}
