img{
    height:auto
}
*{
    box-sizing:border-box
}
html{
    font-family:sans-serif
}
body{
    min-width:auto;
    padding-bottom:20px
}
.clearfix{
    width:1225px;
    margin-left:auto;
    margin-right:auto
}
hr{
    margin:10px auto
}

.login .logo {
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
}

.login .content {
    background: #1691C2;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content h3 {
    color: white;
    font-size: 24px;
}

.login .content .login-form {
    padding: 0px;
    margin: 0px;
}

.input-icon input {
    padding-left: 33px !important;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

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


.form-control {
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-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;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

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

.btn.green {
    color: white;
    text-shadow: none;
    background-color: #5cb85c;
}

