@font-face {
    font-family: Fut-rb;
    src: url(../fonts/FUT_RB.TTF);
}
@font-face {
    font-family: Arlrdbd;
    src: url(../fonts/ARLRDBD.TTF);
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#mobile-ok {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 10px;
    right: 20px;
    display: none;
}

#prompt-form-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(100,100,100,0.5); /*затенение*/
    /*background-image: url(../images/1.5/bg.png);*/
    display: none;
}

#prompt-form {
    display: inline-block;
    padding: 5px;
    width: 40%;
    height: 40%;
    background: transparent url(../images/popup-username/back.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

#prompt-form-container:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

#prompt-form input[name="text"] {
    display: block;
    margin: 15% auto 0 auto;
    width: 60%;
    height: 20%;
    border: none;
    background: transparent url(../images/popup-username/field_default.png) no-repeat center;
    background-size: cover;
    line-height: 100%;
    font-size: 4vh;
    padding: 0 12%;
    color: white;
    font-weight: 600;
    font-family: 'Arlrdbd', 'Verdana', 'Arial';
}

#prompt-form input[name="text"]:-moz-placeholder {
    color: #DBDBDB;
}

#prompt-form input[name="text"]::-moz-placeholder {
    color: #DBDBDB;
}

#prompt-form input[name="text"]:-ms-input-placeholder {
    color: #DBDBDB;
}

#prompt-form input[name="text"]::-webkit-input-placeholder {
    color: #DBDBDB;
}


#prompt-form input[name="text"]:focus,
#prompt-form input[name="text"]:active
{
    outline: none;
}

#prompt-form input[type='submit'],
#prompt-form input[type='button'] {
    width: 28.4%;
    height: 18%;
    background: transparent url(../images/popup-username/button.png) no-repeat center;
    background-size: cover;
    border: none;
    margin: 4% 5%;
    color: white;
    font-size: 4vh;
    font-family: 'Fut-rb', 'Verdana', 'Arial';
}

#prompt-form input[type='submit'] {
    background: transparent url(../images/popup-username/button-disabled.png) no-repeat center;
    background-size: cover;
}

#prompt-form input[type='submit']:focus,
#prompt-form input[type='button']:focus,
#prompt-form input[type='submit']:active,
#prompt-form input[type='button']:active {
    outline: none;
}

/*заливка полей*/
#prompt-form input[name="text"].input-ok {
    background: url(../images/popup-username/field_ok.png) no-repeat center;
    background-size: cover;
}

#prompt-form input[name="text"].input-wrong {
    background: url(../images/popup-username/field_wrong.png) no-repeat center;
    background-size: cover;
}

/*заливка кнопки ОК*/
#prompt-form input[name="text"].input-ok ~ input[type="submit"] {
    background: transparent url(../images/popup-username/button.png) no-repeat center;
    background-size: cover;
}

#prompt-form input[name="text"].input-wrong ~ input[type="submit"] {
    background: transparent url(../images/popup-username/button-disabled.png) no-repeat center;
    background-size: cover;
}
