﻿nav {
    display: none!important;
}

.panel {
    overflow-x: hidden;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #F1F4F6;
}

.wrap-login {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
}

.login-form {
    width: 100%;
}

.login-form-title {
    display: block;
    font-size: 30px;
    color: #555;
    line-height: 1.2;
    text-align: center;
}

.validate-input {
    position: relative;
}

.wrap-input {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.input {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 17px;
    color: #666;
    line-height: 1.2;
    border: 1px solid #e6e6e6;
}

.input:focus {

    border: 1px solid #e6e6e6;
}

input.input {
    height: 68px;
    padding: 0 25px;
}

.login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background-color: #3b6590;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.login form-btn:hover {
    background-color: #333;
}

button {
    outline: none !important;
    border: none;
    background: 0 0;
}

.txt1 {
    font-size: 15px;
    line-height: 1.4;
    color: #999;
}

.txt2 {
    font-size: 15px;
    line-height: 1.4;
    color: #4272d7;
}

@media(max-width: 600px) {
    .wrap-login {
        width: 90%;
    }
}