﻿body {
   /* background-color: #000000;*/
    color: #333;
}

.login-form {
   /* width: 340px;*/
   margin: 0 auto;
    font-size: 15px;
    margin: 0 auto;
    height: 52vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

    
    
}

    .login-form form {
        margin-bottom: 15px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.btn {
    font-size: 15px;
    font-weight: bold;
}


.login-logo {
   /* background-color: #110906;*/
    color: #faf8f4;
    padding: 13px;
    font-size: 28px;
    font-weight: 700;
}

.txt-white {
    border-radius: 6px;
    padding: 10px;
}

.btn-style {
    border-right: 7px !important;
    padding: 10px !important;
    border-radius: 6px !important;
    background-color: #fcca42 !important;
}
@media(max-width:991px){

.copyright{
        height: auto;
        padding-top:1.5rem;
}
.login-form{
        height: 40vh;
}
.adj-col{
    flex-basis:100%;
    max-width:100%;
}
}


@media(max-width:991px){

.copyright{
        height: auto;
        padding-top:1.5rem;
}
.login-form{
        height: 40vh;
}
.adj-col{
    flex-basis:100%;
    max-width:100%;
}
.adj-col img {
    height: auto !important;
}
.bg-color{
    height: auto !important;
}
}

@media(max-width:767px){
    .bg-color{
        padding:0 30px !important;
        height:auto !important;
    }
    .login-form{
        height:auto;
    }
    .login-form [name="btnLogin"]{
            margin-bottom: 10px;
    }
    .login-logo{
            text-align: center;
    }
    .login-logo span{
        display:block;
    }
}

