﻿ 

.layicon {
    position: absolute;
    top: 14px;
    left: 14px;
}

.code img {
    height: 36px;
    vertical-align: middle;
}

.mt {
    margin-top: 15px;
}

.content .wrapper .loginBox .formDiv {
    margin-top: 20px;
    font-size: 16px;
}

input[type=text],
input[type=password] {
    margin-bottom: 15px;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
    padding: 5px 5px 5px 40px;
    font-size: 16px;
}

    input[type=text]:focus,
    input[type=password]:focus {
        border-color: #01adfd;
    }

.content .wrapper .loginBox .formDiv .pwdOper {
    font-weight: 300;
    margin: 26px 0;
}

.form_code {
    position: relative;
}

    .form_code .code {
        position: absolute;
        right: 1px;
        top: 1px;
        cursor: pointer;
    }

.forget {
    color: #ff5501;
}

.formDiv p {
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
    text-justify: trim;
    color: #646464;
    letter-spacing: 1px;
}
