html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #3c81c6 !important;
}

.login-mt {
    margin-top: -120px !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: -8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.login-box {
    font-family: Arial;
    background-color: hsla(0,0%,100%,.9);
    box-shadow: 10px 10px 20px rgb(50,112,165);
    border-radius: 20px;
    margin: 40px auto 10px auto;
    width: 360px;
    height: 340px;
}

.login-header {
    max-width: 600px;
    min-width: 350px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header-c {
    color: #3c81c6;
    font-weight: 500;
}

.has-icon {
    position: relative;
    margin-bottom: 1rem;
}

.form-icon {
    position: absolute;
    z-index: 3;
    left: 2px;
    top: 8px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #3c81c6;
}

.pl-40 {
    padding-left: 40px !important;
}

.form-control {
    line-height: 1.25 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

    .form-control:focus {
        box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25) !important;
    }

.alert {
    margin-top: 10px;
    margin-bottom: 0 !important;
    display: block;
}

.unsupported-browser {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 15px o;
    color: #211e14;
    background-image: linear-gradient(#feefae, #fae692);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feefae',endColorstr='#fae692',grandientType=1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feefae',endColorstr='#fae692',grandientType=1);
    display: none;
}

.login-support {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .login-support span {
        color: #005687;
    }

.btn-primary {
    color: #fff;
    background-color: #3c81c6;
    border-color: #007bff;
}

#container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.containerT{width:400px;height:300px;text-align:center;position:absolute;top:30%;left:50%;margin:-150px 0 0 -200px;border-radius:3px}