﻿
body {
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../../Content/image/common/register_bg.jpeg");
}
.register-imc {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-div {
    width: 100%;
    height: 100%;
    position: absolute;
}
input.form-control {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.48);
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.48);
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.48);
}
.form-control-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.48);
}
input:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
     transition: background-color 50000s ease-in-out 0s; 
}
input {
	 background-color:transparent;
}
input.form-control:focus {
    box-shadow: none;
    border-color: #fff;
}
.register-content {
    width: 500px;
    min-height: 300px;
    max-height: 650px;
    padding: 20px 45px;
    position: absolute;    
    border-radius: 5px !important;
    overflow-y: auto;
}
.register-content h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
    color: #fff;
    font-size: 25px;
}
.register-content p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#BtnSubmit3 {
    background-color: rgb(75, 129, 239);
    color: #fff;
    border: 1px solid rgb(75, 129, 239);
    font-size: 17px;
    width: 36%;
    display: block;
    margin: 10px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    letter-spacing: 2px;
}
.y-progress {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
}
.form-wrap {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.form-wrap img {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 27px;
}
.form-wrap a {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background: #eee;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.agree {
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
    text-align: center;
    color: #999;
}
.agree a {
    color: #337ab7;
}
.btn {
    width: 100%;
}
.form-group {
    height: 56px;
    margin: 0;
}
.y-control {
    margin-bottom: 15px;
}
/*.hcenter {
           
}
.y-group:nth-child(2n+1) > .hcenter {
margin-right: 14px;
}

.y-group:nth-child(9) > .hcenter {
width: 100%;
}

.y-group:nth-child(10) > .hcenter {
width: 100%;
}

.y-group:nth-child(12) > .hcenter {
margin-right: 0;
}

.y-group:nth-child(11) > .hcenter {
margin-right: 14px;
}

.y-group:nth-child(13) > .hcenter {
width: 100%;
}

.y-group:nth-child(14) > .hcenter {
width: 100%;
}

.selectpicker {
}*/
.register-instruc {
    width: 100%;
    padding: 0 3%;
}
.register-instruc p {
    text-indent: 2em;
    margin: 8px auto;
    font-size: 12px;
    color: #666;
    text-align: left;
}
#defaultForm {
    max-height: 380px;
    overflow-y: auto;
    padding: 0 10px;
}
#defaultForm::-webkit-scrollbar {
    background: #eeeeee;
    width: 4px;
    border-radius: 2px;
}
#defaultForm:hover #defaultForm::-webkit-scrollbar {
    display: none;
}
#defaultForm::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 2px;
    }
.input-append {
    position: relative;
}
.btn-ll {
    border-radius: 0px 5px 5px 0px !important;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #e5e5e5;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
