﻿.logo-name {
    font-size: 90px !important;
}

.gray-bg {
    background: url(../images/login-bg.png) no-repeat;
    background-size: cover;
    backdrop-filter: brightness(0.7);
}

.login-margin {
    margin-top: 30%;
    padding: 20px;
    background-color: #34495e;
}

.text-color {
    color: white;
}

.login-contain {
    padding: 10% 25%;
}

.login-card {
    height: 350px;
    width: 700px;
    position: absolute;
    z-index: 100;
    background-color: white;
    box-shadow: grey 0px 10px 16px -3px;
}

.title {
    width: 45%;
    height: 100%;
    background-color: #22204b;
    float: left;
    border-radius: 2px 0px 0px 2px;
}

    .title img {
        padding: 30px;
        margin-top: 25px;
        margin-left: -5px;
    }

.login-form {
    width: 55%;
    height: 100%;
    float: left;
    border-radius: 0px 2px 2px 0px;
    background-color: #f9f9f9;
}

.text-desig {
}

.report_text {
    font-size: 25px;
    color: white;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Open Sans';
    padding-left: 50px;
    margin-top: 20px;
}
.report_text span{
    font-family:Arial;
    font-size:30px;
}

.managment_text {
    font-size: 25px;
    color: white;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Open Sans';
    padding-left: 50px;
    margin-top: 11px;
}
.managment_text span{
    font-family:Arial;
    font-size:30px;
}
.copy-right{
    position:absolute;
    bottom:0px;
    text-align:center;
    left:39px;
    font-size:14px; 
}
.login_text {
    margin-top: 5px;
    color: #22204b;
    font-size: 22px;
    line-height: 2em;
    font-weight: 600;   
    font-family: "Comic Sans MS", cursive, sans-serif;
    text-align: center;
}
.login_text span{
     font-family:Arial;
    font-size:28px;
}
.login-frm{
    padding:20px;
}
.login-frm label{
    color:#34495e;
    font-weight:600;
}
.form-control{
    border:1px solid #34495e !important;
}
.form-control::placeholder{
    font-size:12px;
}
.login_btn {
    width: 100%;
    color: white;
    background-color: #22204b;
    font-size: 15px;
    border: none;
    height: 35px;
    font-weight: 600;
    margin-top: 10px;
}
.login-form p{
    font:10px;
    text-align:right;
    color:#34495e;
    padding:0px 20px;
}

@media screen and (min-width:400px) {

    .login-contain {
        padding: 5% 5%;
    }
}

@media screen and (min-width:900px) {

    .login-contain {
        padding: 10% 25%;
    }
}
