.cont-login {
    max-width: 25rem;
    margin: auto;
    padding: 1.375rem 1.375rem;
    background-clip: padding-box;
    color: #516377;
    box-shadow: 0 2px 14px rgba(38, 60, 85, 0.38);
}

p {
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #677788;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d8dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-btn {
    background-color: #13afd9 !important;
    color: #fff !important;
    border: none;
    padding: 8px 60px;
    border-radius: 4px;
    transition: all ease-in-out .4s;
}

.send-btn:hover {
    background-color: #1086a7 !important;
    box-shadow: 0 0 12px #00000065;
}