﻿
.new-header {
    width: 100%;
    text-align: center;
    height: 44px;
    border-bottom: 1px #DDD solid;
    background-color: #fff;
}

    .new-header img {
        float: left;
        width: 15px;
        margin-top: 10px;
        margin-left: 15px;
    }

.head-text {
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    width: calc(100% - 60px * 2);
    margin: 0;
    left: 60px;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: orangered;
}

.inputtext {
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    text-indent: 10px;
}

.btnOK {
    width: 100%;
    border-radius: 0.5px;
    background: orangered;
    color: white;
    height: 40px;
    font-size: 18px;
    margin-top: 35px;
    border: 1px solid orangered;
    cursor: pointer;
}

.btcode {
    position: relative;
    width: 128px;
    background-color: orangered;
    display: block;
    margin-left: auto;
    margin-top: -40px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 38px;
    border-radius: 5px;
    cursor: pointer;
}

.language-selector.PasswordReset {
    top: 2px;
}
