

.Dialog.Account.Index,
.Dialog.Account.SignUp,
.Dialog.Account.SignIn {
    width: 82%;
    box-shadow: none;
}
.Dialog.Account.Request,
.Dialog.Account.Reset {
    width: 40%;
    box-shadow: none;
}

.Dialog.Account .Header {
    background: transparent;
    color: #000;
    /*padding-top: 3.2rem;*/
}

.Dialog.Account .Header:before {
    content: "";
    position: absolute;
    width: 4.4rem;
    height: 4.4rem;
    left: 50%;
    top: 0;
    background-image: url("image/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%,-50%);

    display: none;
}

.Dialog.Account .Header .MainTitle {
    font-size: 1.5rem;
    line-height: 1.25;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

.Dialog.Account .Header .Title {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
}

.Dialog.Account .Header .Title p{
    margin-bottom: 0.6rem;
}

.Dialog.Account .Header .Subtitle {
    font-size: 0.8rem;
    margin-top: 1.5rem;
}

.Dialog.Account .Header a{
    color: #004e9f;
}

.Dialog.Account .Header a:hover{
    color: #fff;
}

.Dialog.Account .Header .PrizeIcon {
    content:'';
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../../Portal/image/icon-prize.png") no-repeat center;
    background-size: cover;
    margin: 0 auto 0.6rem;
}

.Dialog.Account .Middle {
    text-align: center;
    background: transparent;
    padding: 0 0 0;
}

.Dialog.Account.SignUp .Middle {
    padding-top: 1px;
    padding-bottom: 1px;
}

.Dialog.Account .Middle:before,
.Dialog.Account .Middle:after {
    display: none;
}

.Dialog.Account .Middle .Title {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 0.65rem;
    line-height: 1;
    margin-bottom: 0.65rem;
}

.Dialog.Account .Middle .Description {
    font-size: 0.7rem;
    color: #000;
    line-height: 1.25;
    margin-bottom: 1rem;
    font-weight: bold;
}

.Dialog.Account .Footer {
    background-color: transparent;
    display: none;
}


.Dialog.Account .Form {
    position: relative;
    padding-bottom: 3.2rem;
}

.Dialog.Account .Form .Element {
    position: relative;
    margin-top: 0.65rem;
}

.Dialog.Account .Form .Element:first-of-type {
    margin-top: 0;
}

.Dialog.Account .Form .Element:last-of-type {
    margin-bottom: 0;
}

.Dialog.Account .Form .Element.Hidden {
    margin: 0;
}

.Dialog.Account .Form label {
    display: none;
}

.Dialog.Account .Form .Element.Multi_checkbox label {
    display: block;
    text-align: left;
    font-size: 0.6rem;
    color: #2b2b2b;
    line-height: 1.1;
}

.Dialog.Account .Form .Element.Multi_checkbox label input {
    float: left;
    display: block;
    width: 1rem;
    height: 1rem;
}

.Dialog.Account .Form .Element.Multi_checkbox label span {
    display: block;
    padding-left: 1.4rem;
}

.Dialog.Account input[type="text"],
.Dialog.Account input[type="email"],
.Dialog.Account input[type="password"],
.Dialog.Account textarea, .Dialog.Account select {
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.25);
    /*border: 2px solid #004e9f;*/
    border: 2px solid transparent;
    color: #fff;
    border-radius: 0.2rem;
    font-weight: bold;
}

.Dialog.Account input[type="text"]:focus,
.Dialog.Account input[type="email"]:focus,
.Dialog.Account input[type="password"]:focus,
.Dialog.Account textarea:focus, .Dialog.Account select:focus {
    background-color: rgba(0,0,0,0.35);
    border: 2px solid #004e9f;
}

.Dialog.Account.Index input[type="text"],
.Dialog.Account.Index input[type="email"],
.Dialog.Account.Index input[type="password"],
.Dialog.Account.Index textarea, .Dialog.Account.Index select,
.Dialog.Account.SignIn input[type="text"],
.Dialog.Account.SignIn input[type="email"],
.Dialog.Account.SignIn input[type="password"],
.Dialog.Account.SignIn textarea, .Dialog.Account.SignIn select {
    width: 40%;
}

.Dialog.Account.SignUp .Element{
    width: 40%;
    margin: 0.65rem auto 0;
}

.Dialog.Account ::-webkit-input-placeholder { color: #fff; opacity: 0.7; }
.Dialog.Account ::-moz-placeholder { color: #fff; opacity: 0.7; }
.Dialog.Account ::-ms-placeholder { color: #fff; opacity: 0.7; }
.Dialog.Account ::placeholder { color: #000; opacity: 0.7; }

.Dialog.Account .Form button,
.Dialog.Account .Form .Button {
    width: initial;
    min-width: 8.8rem;
}

.Dialog.Account .Form button[type="submit"] {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    /*margin-bottom: 2.5rem;*/
}

.Dialog.Account .Form .Links {
    width: 40%;
    margin: 0.65rem auto 0;
}

.Dialog.Account .Form .Links ul li {
    float: left;
    font-size:  0.65rem;
    line-height: 1;
}

.Dialog.Account .Form .Links ul li.Legal {
    float: none;
    margin-top: 0.4rem;
}

.Dialog.Account .Form .Links ul li:nth-child(even) {
    float: right;
}

.Dialog.Account .Form .Links ul li a {
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
}

.Dialog.Account .Form .Links ul li a:hover {
    color: #fff;
}
