@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../media/fonts/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../media/fonts/RxZJdnzeo3R5zSexge8UUbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../media/fonts/d-6IYplOFocCacKzxwXSOLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: Roboto, arial, sans-serif;
    color: #757575;
    letter-spacing: .21px;
    font-weight: 500;
    cursor: url('../media/cursor.cur'), url('media/cursor.cur'), default;
    background: #000000;
}

iframe {
    border: none;
}

#edit-username {
    position: absolute;
    left: 50%;
    top: 10%;
}

#edit-username>div {
    position: relative;
    left: -50%;
    padding: 5%;
    background: lightcyan;
    border-radius: 2px;
    /*box-shadow: white 2px 2px 11px;*/
}

#edit-username>div>input {
    width: 97%;
    padding: 6px 4px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#edit-username>div>button:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

#edit-username>div>button {
    width: 100%;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: inline-block;
    padding: 5px 7px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /*margin-top: -6px;*/
    /*margin-left: 6px;*/
}

@media only screen and (max-width: 500px) {
    #edit-username {
        left: 0%;
        width: 100%;
    }
    #edit-username>div {
        left: 0%;
        width: 90%;
        /*padding: 5%;*/
    }
    #edit-username>div>button {
        font-size: 20px;
    }
}
