a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(7, 0, 27, 0.5);
    text-decoration: underline;
}

a:hover {
    color: rgba(7, 0, 27, 1);
}

body {
    background-color: #E5E5E5;
}

.box {
    flex-direction: column;
    align-items: center;
    padding: 40px 32px;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    background-color: #FFFFFF;
    border: 1px solid rgba(7, 0, 27, 0.12);
    box-sizing: border-box;
    border-radius: 20px;
}

.btn:hover {
    color: #07001B;
    opacity: .9;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #07001B;
    opacity: .9;
    background-color: #0ED5D5;
    border-color: #0ED5D5;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
    color: #07001B;
    opacity: 1;
    background-color: #0ED5D5;
    border-color: #0ED5D5;
}

.btn-color-submit {
    -webkit-appearance:none;
    background-color: #fff;
    width: 100%;
    min-height: 3em;
    font-weight: 500;
    font-size: 16px;
    color: #07001B;
    line-height: 20px;
    vertical-align: middle;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 1000px;
}

.form-control {
    width: 100%;
    height: 48px;
    color: rgba(7, 0, 27);
    border: 1px solid rgba(7, 0, 27, 0.12);
    border-radius: 8px;
}

h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #07001B;
}

input {
    box-sizing: border-box;
    border-radius: 8px;
}

input::placeholder {
    color: #07001B;
    opacity: 0.5;
}

p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(7, 0, 27, 0.7);
}
