﻿* {
    box-sizing: border-box !important;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
    background-color: #23527c;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 800px;
    position: relative;
}
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*clear: both;*/
}
/*.login {
    margin: -75px auto;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.login {
    margin: 0;
    width: 300px;
    position: relative;
    padding-top: 50px;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.login-screen {
    background-color: #FFF;
    padding: 20px;
}
.app-title {
    text-align: center;
}
.login-form {
    text-align: center;
}
.control-group {
    margin-bottom: 10px !important;
}
.btn {
  width: 250px !important;
  margin: 10px auto !important;
}
input {
    padding: 18px 30px !important;
    text-align: center !important;
    width: 250px !important;
    background-color: #ECF0F1 !important;
    margin-top: 10px !important;
    border: 1px solid #ECF0F1;
}

input[type="password"]:focus {
    border-color: #DD8A3E !important;
}
input[type="password"] {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
input[type="password"] {
    color: #404040;
}
.login-logo img {
    width: 200px;
    margin: 0 auto 20px auto;
    display: block;
    /*height: 95px;*/
    /*height: 178px;*/
    /*margin-bottom: 20px;*/
}
#contacts-bar {
    color: #ffffff;
    background-color: #23527c !important;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#footer {
    position: relative;
    overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
}