.input {
    border-radius: 100px;
    border: solid 1px rgba(128, 128, 128, 0.5);
    height: 50px;
    width: 260px;
    padding: 20px;
    color: #313131d7;
}

.input::placeholder {
    color: rgba(128, 128, 128, 0.303);
    font-weight: 600;
}

.input:focus{
    outline: none;
    border: solid 1px #808080d7;
    color: #313131d7;
}

#title {
    color: #FFC000;
    font-size: 20px;
}

#subtitle {
    font-size: 10px;
    color: #fff;
}


#alert-div {
    bottom: 130px;
    font-size: 12px;
    background: rgb(239, 149, 149);
}