#modal-bg
{
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=20);
}

#modal-form
{
    width: 400px;
    height: 200px;
    position: absolute;
    background-color: #ffffff;
    top: 160px;
    left: 440px;
    z-index: 100;
}

.header{
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 30px;
    border-bottom: #999 solid 1px;
    flex-direction: row-reverse;
}

.title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.dyc-input{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.dyc-input>input{
    width: 70%;
}

.dyc-submit{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.dyc-submit>a{
    width: 70%;
}