* {
    margin: 0px;
    padding: 0px;
}

.ux-new-login {
    background-color: #13171C;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Roboto', sans-serif;
}

    .ux-new-login a {
        color: #94969b;
        font-size: 13px;
    }

    .ux-new-login .account-login {
        width: 476px;
        position: relative;
    }

        .ux-new-login .account-login .myStyle {
            width: 100%;
            padding: 25px;
            background-color: coral;
            color: white;
            font-size: 25px;
            box-sizing: border-box;
        }

.hidden_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.transaction {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.flip {
    transform: perspective(800px) rotateY(180deg);
    -webkit-transform: perspective(800px) rotateY(180deg);
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.ux-new-login .form-control:focus {
    box-shadow: none;
    border-color: #86b3ff;
}

.ux-new-login p a {
    padding-left: 2px;
}

.ux-new-login .login-form input {
    width: 100%;
    position: relative;
    border: 1px solid #FFF;
    padding: 0;
    box-shadow: none;
    height: 56px;
    border-radius: 4px;
    background-color: #1F262F;
    font-size: 16px;
    padding: 16px;
    color: #FFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #1F262F inset;
    -webkit-text-fill-color: #FFF !important;
}

.ux-new-login .login-form {
    background: #1F262F;
    float: left;
    width: 100%;
    padding: 47px 74px 47px 74px;
    border-radius: 10px;
    border: solid 1px rgba(87, 99, 142, 0.51);
}

.ux-new-login button.btn {
    width: 100%;
    background: #4788f4;
    font-size: 18px;
    line-height: 1.33;
    height: 60px;
    padding: 11px;
    color: #fff;
    border: 0px;
    margin: 27px 0px 0 0;
    border-radius: 8px;
}

.ux-new-login .btn:hover {
    color: #fff;
    opacity: 0.8;
}

.ux-new-login p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.ux-new-login .remember {
    float: left;
    width: 100%;
}

.ux-new-login .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 13px;
    color: #bababa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    padding-top: 2px;
    float: left;
}

    .ux-new-login .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .ux-new-login .custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #181d23;
        border: 1px solid #57638e;
        border-radius: 5px;
    }

    .ux-new-login .custom-checkbox:hover input ~ .checkmark {
        background-color: #181d23;
    }

    .ux-new-login .custom-checkbox input:checked ~ .checkmark {
        background-color: #181d23;
    }

.ux-new-login .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ux-new-login .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.ux-new-login .custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ux-new-login .logo {
    text-align: center;
    margin: 0 0 50px 0;
}

    .ux-new-login .logo img {
        text-align: center;
        max-height: 60px;
    }

.ux-new-login .form-group {
    margin-bottom: 30px;
}

.ux-new-login .bcg-logo {
    width: 100px;
    height: 33px;
    position: absolute;
    bottom: -123px;
    left: 0;
}

.ux-new-login .copy-right {
    color: #494d52;
    font-size: 10px;
    position: absolute;
    bottom: -132px;
    width: 179px;
    height: 33px;
    right: 0;
}

.ux-new-login .logo-confirmpassword {
    text-align: center;
    margin: 0 0 25px 0;
}

    .ux-new-login .logo-confirmpassword img {
        text-align: center;
        max-height: 60px;
    }

.ux-new-login .href-password {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .ux-new-login .href-password a {
        color: #94969b;
        font-size: 16px;
        font-weight: 600;
    }
