/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */

.home-content-signup {
    width: 435px;
    height: 315px;
    border-radius: 7px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 325px;
    text-align: center;
    border: 1px solid lightgray;
}

.home-content-signup-title {
    font-family: Assistant, sans-serif;
    font-size: 1.625em;
    font-weight: bold;
    text-align: center;
    color: #353535;
    margin: 27px 0 30px 0;
    display: none;
}

.home-content-signup input {
    font-family: Assistant, sans-serif;
    font-size: 1.375em;
    font-weight: bold;
    text-align: right;
    color: #353535;
    margin: 10px 0;
    border-bottom: solid 1px rgba(172, 172, 172, 0.42);
}

.home-content-signup-remark {
    font-family: Assistant, sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.38;
    text-align: right;
    color: #8b8b8b;
    padding: 0 70px;
}

.home-content-signup-close {
    font-family: OpenSans;
    font-size: 1.625em;
    font-weight: 300;
    text-align: center;
    color: #000000;
    position: absolute;
    top: 14px;
    right: 28px;
    cursor: pointer;
}

.home-content-signup-present {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #cd0a0a;
    display: none;
}

.home-content-signup-present a {
    font-weight: bold;
}

.home-signup-fullname {
    border-radius: 8px;
}