body {
    width: 100vw;
/*    height: 100vh;*/
    font-family: 'Roboto', sans-serif;
}

body {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: transparent;
}

form.form-signin{
    padding: 20px;
    width: 100%;
}
.form-signin .form-group {
    margin-bottom: .75rem;
    position: relative;
}
::placeholder {
    color: #fff !important;
}
.form-signin i.mail {
    background: url(../images/i1-mail.png) no-repeat;
    background-size: 100%;
}
.form-signin i.lock {
    background: url(../images/i1-lock.png) no-repeat;
    background-size: 100%;
}
.form-signin i.user {
    background: url(../images/i1-user.png) no-repeat;
    background-size: 100%;
}
.form-signin i.phone {
    background: url(../images/i1-phone.png) no-repeat;
    background-size: 100%;
}
.form-signin i.arrow {
    background: url(../images/i1-arrow.png) no-repeat;
    background-size: 100%;
}
.form-signin i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 10px;
}
.form-signin .form-group input ,.custom-select{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 300 !important;
    border-radius: .75rem !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
    height: 2.625rem !important;
    padding: .45rem 1rem .45rem 3.5rem !important;
    -moz-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.75) !important;
    -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.75) !important;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.75) !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
}
.landing-text_center{
    text-align: center;
}
.landing-text_center img{
    max-width: 300px;
}
.price-radio{
    display: flex;
    justify-content: space-around;
}
.price-radio .radio-custom {
    float: left;
    width: 25%;
}
.price-radio .radio-custom.radio-info{
    width: calc(100% / 4);
    margin: 14px 28px;
    cursor: pointer;
    border-radius: .75rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.75);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.price-radio .radio-custom.radio-info input[type=radio]{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0;
    z-index: 8;
    cursor: pointer;
}
.price-radio .radio-custom.radio-info label{
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 5px;
}
.price-radio .radio-custom input[type="radio"]:checked + label span {
    color: #ffc000;
}
.price-radio .radio-custom.radio-info label span{
    color: #fff;
    padding: 0.65rem .8rem;
}
.btn-dk {
    background: url(../images/btn-dkv.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    font-size: 50px;
    border: none;
}
.btn-dk b {
    opacity: 0;
}
.form-signin option {
    line-height: 10px;
    min-height: 1em;
    padding: 0px 2px 1px;
    background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .price-radio .radio-custom.radio-info{
    margin: 8px;
  }
}
