﻿.boxdiv {
    margin-top: 0px;
}

.register_container {
    padding-bottom: 100px;
    background-color: white;
}

.register_title {
    text-align: center;
    color: RGB(2,51,110);
}

.register_code_input {
    width: 50%;
}

.register_code_button {
    width: 45%;
    margin: auto;
}

    .register_code_button[disabled], .register_code_button.disabled {
        cursor: not-allowed;
        background-color: #9E9E9E;
    }

.register_code_message {
    height: fit-content;
    height: -webkit-fill-available;
}


    .register_code_message span {
        text-indent: 10px;
        color: red;
    }

.password_policy_container {
    margin-top: 20px;
}

    .password_policy_container p {
        color: #000;
        font-size: 12px;
        line-height: 20px;
    }

.password_buttons {
    text-align: center;
}

.button_width {
    width: 40%;
}

@media only screen and (min-width: 768px) {
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}


@media only screen and (max-width: 360px) {

    .register_code_input {
        width: 100%;
    }

    .register_code_button {
        margin-top: 10px;
        width: 100%;
    }

    .button_width {
        width: 80%;
    }
}
