﻿
/*Image*/

.sign-up-img {
    width: 100%;
}

/*Content*/


.form-control {
    border-radius: 0px;
}

label {
    font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
}

.register-content-box {
    margin-top: 24px;
    background-color: #fff;
    padding: 24px 20px 22px 20px;
    font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.238;
    border-radius: 8px;
    opacity: 1;
}
.register-content-box a {
    font-size: 16px;
    text-decoration: none;
}

/*Buttons*/
#register-btn {
    background-color: #ff9d00;
    border-color: #ff9d00;
    color: #fff;
}

    #register-btn:hover {
        background-color: #fff;
        color: #ff9d00;
        border-color: #ff9d00;
    }

.back-button {
    display: flex;
    align-items: center;
}