.login-box{
    width: 360px;
    margin: 2% auto 7%;
}
.alert{
    width: 360px;
    padding: 20px;
    margin: 2% auto;
    border-radius: 3px;
    border: 1px solid transparent;
}
.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo h2{
    margin: 10px auto;
}

.login-box-body{
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #333;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.has-feedback {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button, input, select, textarea{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

input[type=submit].btn-block {
    width: 100%;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-primary {
    color: #fff;
    background-color: #00529b;
    border-color: #2e6da4;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn{
    border: 1px solid transparent;
}

.col-xs-4{
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 768px){
    .alert,
    .login-box {
        width: 90%;
        margin-top: 20px;
    }
    .col-xs-4{
        width: 60%;
    }
}
