
    .register_screen{
        overflow:auto !important;
    }

.register_screen{
    height: 905px;
}

    .sub-menu
    {
        display: none;
    }
    .main-item:focus ~ .sub-menu,
    .main-item:active ~ .sub-menu,
    .sub-menu:hover
    {
        display: block;
    }

    .container-menu-two {
        overflow: hidden;
        width: 500px;
    }

    .column {
        box-sizing: border-box;
        float: left;
        width: 50%;
    }

    .col-1 {
        border-right: 1px solid;
        padding-right: 20px;
    }

    .col-2 {
        border-left: 1px solid;
        margin-left: -1px;
        padding-left: 20px;
    }

    .column p:first-child {
        margin-top: 0;
    }

    .dropdown-toggle:hover {
        color: black !important;
        background-color: #953c49 !important;
    }

    .dropdown-toggle:focus {
        color: black !important;
        background-color: #953c49 !important;
    }

    .dropdown-menu {
         background: #F9F9F9 !important;
         border: 1px solid #EFEFEF;
         border-radius: 6px;
         padding: 20px 30px 25px;
         font-size: .83333em;
         line-height: 2em;
         color: #8A8A8F;
     }
    .exit:focus {
        background-color: #953c49 !important;
        color: black !important;
    }

    .exit:hover {
        background-color: #953c49 !important;
        color: black !important;
    }
    .auth__tabs-item:after {
        background: #953c49 !important;
    }
    .checkbox__input:checked ~ .checkbox__icon {
        background: #953c49 !important;
        border-color: #000000;
    }