.form__container{
    padding: 20px;
}

.custom__button {
    border: 2px solid #ff5800;
    color:#ff5800;
}

.btn:hover {
    color: white;
    background: #ff5800;
    text-decoration: none;
}

.info-msg {
    margin-top:320px;
    margin-bottom:300px;
    text-align: center;
}