/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Login/login.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.login_block__bZMk3 {
    background: #242B2D url('/img/login.png');
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:111;
    display:flex;
    align-items: center;
    justify-content: center;
}

.login_form__PaIO_ {
    background: #242B2D;
    padding: 74px 180px 100px;
    min-width: 275px;
}

.login_logo__SngGw {
    margin-bottom:62px;
    text-align: center;
}

.login_input___bI8L {
    margin-bottom:20px;
}

.login_input___bI8L label {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    text-align: left;
    display:block;
    margin-bottom:10px;
    color:#fff;
}

.login_input___bI8L input {
    border: 1px solid #EBEBEB;
    outline:none;
    height:35px;
    padding:0 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 17.58px;
    text-align: left;
    color: #BBBBBB;
    background:transparent;
    width:calc(100% - 50px);
}

.login_form__PaIO_ button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    color:#fff;
    background: #A3C0D9;
    cursor:pointer;
    border:0;
    outline:none;
    width:100%;
    height:42px;
    margin-top:20px;
}

.login_form__PaIO_ button:hover {
    background: #E4DFDA;
    color: #363C40;
}
