html,
body {
    width: 100%;
    height: 100%;
}

.Mobile-register #provice,
.Mobile-register #city {
    height: 35px;
    line-height: 35px;
    width: 220px;
    padding-left: 20px;
    font-size: 18px;
    margin-left: 10px;
    background-color: #fce3e8;
    border: none;
}

.Mobile-register .main {
    margin: 0 auto;
}

.Mobile-register .main div {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.Mobile-register .main div span {
    font-size: 18px;
    color: #140377;
}

.Mobile-register .main div input {
    height: 35px;
    line-height: 35px;
    width: 200px;
    padding-left: 20px;
    font-size: 18px;
    margin-left: 10px;
    background-color: #fce3e8;
    opacity: .8;
}

.Mobile-register .btn {
    width: 200px;
    height: auto!important;
    margin: 0 auto;
}