body {
    background-color: #ADD8E6;
}

::selection {
    background-color: #333;
    color: #ffcc14;
}

.reg .content img {
    width: 40%;
}

.reg .content h1 {
    margin-top: 0;
}

.reg .content .form {
    background-color: rgb(150, 149, 149);
    min-height: 30em;
    padding: 40px 30px;
    border-radius: 10px;
}

.reg .content .form input {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-left: 58px;
    text-align: center;
    background-color: #ADD8E6;
    color: #fff;
}

.reg .content ::-webkit-input-placeholder{
    color: rgba(95, 94, 94, 0.9);
}

.reg .content #list-depart li:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}

.reg .content .form #list-depart li,
.reg .content .form #list-number li {
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 20px;
}
.reg .content .form #list-number li {
    margin-left: -50px;
}
.reg .content .form #up, .reg .content .form #down {
    outline: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
#save {
    outline: none;
}

@media (min-width: 991px) {
    
    .reg .content img {
        width: 30%;
    }
    
    .reg .content .form {
        width: 60%;
        margin-left: 20%;
    }
}

.active {
    background-color: #b98989 !important;
    color: #fff !important;
/*    font-size: 20px;*/
}