﻿.body {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

@media (max-width: 740px) {
    body {
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
}

@media (min-width: 700px) and (max-width: 850px) {
    body {
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
}

@media (min-width: 800px) and (max-width: 1050px) {
    body {
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
}

.logo-wrapper img {
    height: auto;
    padding-top: 5%;
    padding-right: 30%;
    padding-bottom: 5%;
    padding-left: 30%
}

.login-bg {
    background: url("/images/bg2_old.png") no-repeat center center fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-card {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

    /*.login-card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}*/

    .login-card .login-card-body .login-card-title a {
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }

        .login-card .login-card-body .login-card-title a:hover {
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out
        }

    .login-card .login-card-body .login-card-text {
        font-size: .9rem;
        font-weight: 400;
        color: #747373
    }

    .login-card .md-form label {
        font-weight: 300 !important;
        color: #666 !important;
    }

    .login-card .login-card-header {
        background-color: rgb(152, 205, 45) !important;
        padding: 1rem;
        margin-top: -3.13rem;
        margin-bottom: 3rem;
        color: #fff;
        text-align: center;
        border-radius: .125rem;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
    }

    .login-card .login-card-footer {
        color: #666 !important;
    }

    .login-card[class*="border"] {
        border: 1px solid #9e9e9e;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .login-card .login-card-body h1,
    .login-card .login-card-body h2,
    .login-card .login-card-body h3,
    .login-card .login-card-body h4,
    .login-card .login-card-body h5,
    .login-card .login-card-body h6 {
        font-weight: 400
    }

    .login-card .login-card-body .card-title a {
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }

/*.login-card .login-card-body .login-card-title a:hover {
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }*/

/*.login-card .login-card-body .login-card-text {
        font-size: .9rem;
        font-weight: 400;
        color: #747373
    }*/

/*.login-card .md-form label {
        font-weight: 300 !important;
        color: #666 !important;
    }*/

.btn-card {
    border-radius: 5px;
    padding: .8rem 1.8rem;
    font-size: 16px;
    color: #fff !important;
    background-color: #005e37 !important;
}

.btn .btn-card:hover {
    color: #98cd2d !important;
    background-color: #005e37 !important;
}

.container {
    margin: 10px auto;
}

.captcha-box {
    border-radius: 5px;
    border: 2px solid;
    padding: 2rem;
    max-width: 250px;
    margin: 20px 0;
}

#canvas {
    width: 200px;
    height: 60px;
}
