﻿.register .form {
    background-color: #363636ee;
    padding: 0 200px;
    padding-top: 40px;
    border-radius: 16px;
}

.register .form p {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.register .form .form-text {
    margin-bottom: 15px;
}

.register .form .form-text i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 5px;
}

.register .form .form-text input {
    font-size: 16px;
    width: 230px;
}

.register .form button {
    display: inline-block;
    width: 160px;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 0;
    background-image: url(../../images/classic/button-3.png);
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    color: white;
    margin-left: 75px;
}

.register .form button:hover {
    background-image: url(../../images/classic/button-2.png);
}

.register .form .links {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.register .form a:hover {
    text-decoration: underline;
}