body {
    background-color: #F05F40 !important;
}

a {
    text-decoration: none;
    color: #444444;
}

.login-reg-panel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 70%;
    right: 0;
    left: 0;
    margin: auto;
    height: 400px;
    background-color: white;
    box-shadow: 0 0 15px 0.2px #8c8c8c;
    border-radius: 5px;
}

.field-icon {
    float: right;
    margin-top: -27px;
    margin-right: 8px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.white-panel {
    background-color: rgba(255, 255, 255, 1);
    height: 500px;
    position: absolute;
    top: -50px;
    width: 50%;
    right: calc(50% - 50px);
    transition: .3s ease-in-out;
    z-index: 0;
    box-shadow: 0 0 15px 0.2px #8c8c8c;
    border-radius: 5px;
}

.login-reg-panel input[type="radio"] {
    position: relative;
    display: none;
}

.login-reg-panel {
    color: #B8B8B8;
}

.login-reg-panel #label-login,
.login-reg-panel #label-register {
    border: 1px solid #9E9E9E;
    padding: 5px 5px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

.login-info-box {
    width: 50%;
    padding: 0 50px;
    top: 20%;
    left: 0;
    position: absolute;
    text-align: left;
}

.register-info-box {
    width: 45%;
    padding: 0 50px;
    top: 5%;
    right: 0;
    position: absolute;
    text-align: left;

}

.right-log {
    right: 50px !important;
}

.login-show,
.register-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 50px;
}

.show-log-panel {
    display: block;
    opacity: 0.9;
}

.login-show input[type="text"],
.login-show input[type="password"] {
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
    height: 40px;
}

.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.login-show a {
    display: inline-block;
    padding: 10px 0;
}

.register-show input[type="text"],
.register-show input[type="password"] {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}

.register-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}

a {
    text-decoration: none;
    color: #444444;
}

a:hover {
    text-decoration: none;
    color: #F05F40;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
    color: #B8B8B8;
}

.p-info {
    font-size: 20px;
}

.mobile-2 {
    display: none;
}

.login-show {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.register-info-box {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile-2 {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media(max-width: 480px) {
    .mobile {
        display: none;
    }

    .mobile-2 {
        display: inline;
    }

    .login-reg-panel {
        height: 0px;
        background-color: none;
        box-shadow: 0;
        border-radius: 0px;

    }

    .white-panel {
        height: 500px;
        top: -250px;
        width: 100%;
        right: 0;
    }

    .show-log-panel {
        padding: 10px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .mobile {
        display: none;
    }

    .mobile-2 {
        display: inline;
    }

    .login-reg-panel {
        height: 0px;
        background-color: none;
        box-shadow: 0;
        border-radius: 0px;

    }

    .white-panel {
        height: 500px;
        top: -250px;
        width: 100%;
        right: 0;
    }

    .show-log-panel {
        padding: 20px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .p-info {
        font-size: 12px;
    }

    .login-reg-panel {
        height: 300px;
    }

    .white-panel {
        height: 400px;
    }

    .show-log-panel {
        padding: 30px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

}

@media (min-width: 1024px) and (max-width: 1440px) {
    .p-info {
        font-size: 12px;
    }

    .login-reg-panel {
        height: 400px;
    }

    .white-panel {
        height: 500px;
    }

    .show-log-panel {
        margin-top: 70px;
        padding: 30px;
    }

    .p-info {
        font-size: 20px;
    }

    .btn {
        padding: 12px 24px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

}

@media (min-width: 1440px) and (max-width: 2048px) {
    .p-info {
        font-size: 12px;
    }

    .login-reg-panel {
        height: 500px;
    }

    .white-panel {
        height: 600px;
    }

    .show-log-panel {
        margin-top: 120px;
        padding: 30px;
    }

    .p-info {
        font-size: 20px;
    }

    .btn {
        padding: 12px 24px;
    }

}

#text {
    display: none;
    color: #F05F40;
}