@charset "utf-8";

input[type="text"], input[type="email"], input[type="password"] {
    -webkit-appearance: none;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dcsignin_wrap {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    float: left;
    margin: 0 0 100px 0;
}

.dcsignin {
    width: 450px;
    height: 400px;
    box-sizing: border-box;
    perspective: 1000px;
    overflow: hidden;
    border: 0px solid #eeecf5;
    margin: 40px auto 90px auto;
}

.dcsignin_shell {
    position: relative;
    width: 200%;
    height: 400px;
    float: left;
    margin: 0 0 0 0;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

.dcsignin_block {
    float: left;
    width: 50%;
    height: auto;
    min-height: 400px;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
}

.signin_block {}

.forgot_block {}

.forgot_block_2 {
    background-color: #a36969;
}

.signin_title_light {
    width: auto;
    height: auto;
    font-size: 22px;
    color: #687469;
    font-weight: 600;
    float: left;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    font-family: 'proxima-nova', sans-serif;
}

.textfield {
    width: 100%;
    height: 51px;
    float: left;
    border: 2px solid #a2aaa2;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding-left: 10px;
    background-color: white;
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'proxima-nova';
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px 0;
}

#signin_email_input_1, #email_input_2 {}

#email_input_3 {}

#signin_password {
    display: none;
}

#signin_reveal {
    display: none;
}

.vis {
    display: block !important;
}

.pword_reveal_wrap {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 170px;
    right: 55px;
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pword_reveal_wrap:hover {
    opacity: 1;
}

.pword_reveal_mask {
    width: 20px;
    height: 13px;
    /* background-color: #c00; */
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.pword_c1 {
    width: 20px;
    height: 20px;
    background-color: #2c243d;
    position: absolute;
    top: 2px;
    left: 0px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #2c243d;
}

.pword_c2 {
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
}

.pword_c3 {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 6px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    background-color: #2c243d;
    border: 0px solid #2c243d;
}

.send {
    width: auto;
    height: auto;
    float: right;
    box-sizing: border-box;
    background-color: #fff;
    color: #687469;
    cursor: pointer;
    text-align: center;
    font-family: 'proxima-nova';
    font-weight: 600;
    font-size: 19px;
    padding: 8px 5px 10px 5px;
    border: 2px solid #a2aaa2;
    text-decoration: none !important;
    max-width: 380px;
    min-width: 85px;
    margin: 0 0 4px 0;
    -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, border 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, border 0.4s, color 0.4s;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
}

.send:hover {
    color: rgb(255, 255, 255);
    border: 2px solid #a2aaa2;
    background-color: #a2aaa2;
}

.signin_result {
    width: auto;
    height: 25px;
    float: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #687469;
    margin: 13px 0 10px 0;
    line-height: 21px;
    /* text-align: right; */
}

.dcsignin_link {
    width: auto;
    height: 20px;
    cursor: pointer;
    color: #a2aaa2;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    position: absolute;
    bottom: 30px;
}

.dcsignin_link:hover {
    color: #000;
}

.dcsignin_back {
    margin: 81px 0 0 0;
    clear: both;
}

.dcsignin_shell_next {
    margin: 0 0 0 -100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.key_invalid {
    width: 370px;
    height: auto;
    float: left;
    margin: 51px 0 -40px calc(50% - 185px);
    font-size: 21px;
    text-align: center;
    line-height: 31px;
}
.reset_success_message{
    width: 370px;
    height: auto;
    float: left;
    margin: 51px 0 -40px calc(50% - 189px);
    font-size: 21px;
    text-align: left;
    line-height: 31px;
    background-image: url(../images/tick_green.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 39px;
}