﻿body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

#login .container #login-row #login-column #login-box {
    margin-top: 120px;
    max-width: 600px;
    height: 500px;
    border: 1px solid #9C9C9C;
    background-color: #EAEAEA;
}

    #login .container #login-row #login-column #login-box #login-form {
        padding: 20px;
    }

        #login .container #login-row #login-column #login-box #login-form #register-link {
            margin-top: -85px;
        }

.login-header {
    width: 100%;
    height: 80px;
    background-color: #8961fe;
    color: #fff;
    margin-bottom: 20px;
    line-height: 80px;
    margin-left:0;
    
}
.login-header img {
    width: 100%;
}
    .login-header h3 {
        line-height:80px
    }

#btnLogin{
    margin-top:20px
}
@media (max-width: 991px) {
}

@media only screen and (max-width: 992px) {
    .login-header {
        width: 100%;
        height: 40px;
        background-color: #8961fe;
        color: #fff;
        margin-bottom: 20px;
        line-height: 40px;
        margin-left: 0;
    }

        .login-header img {
            width: 100%;
        }

        .login-header h3 {
            line-height: 40px;
            font-size: 1rem;
        }
}

.capt {
    background-color: #768da780;
    height: 60px;
    line-height:60px;
    margin:0
}
.capt h2 {display:inline-block}

#refresh {
   
    background-image: url(rpt.jpg);
    font-size:1.5rem
}

