@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


html {
    height: 100%;
    font-size: 100%;
}

body {
    min-height: 100%;
}

body {
    background-color: #fbfbfb;
    color: #000000;
    overflow-x: hidden;
    background-size: 100%;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

main {
    height: 100vh;
}

.text-3D96FF {
    color: #3d96ff !important;
}

.text-6699ff {
    color: #6699ff !important;
}

.text-1F1F1F {
    color: #1f1f1f !important;
}

.text-EB536E {
    color: #eb536e !important;
}

.bg-3F82F9 {
    background: #3f82f9 !important;
}

.font-13 {
    font-size: 0.813rem !important;
}

.font-15 {
    font-size: 0.938rem !important;
}

.font-30 {
    font-size: 1.813rem !important;
}

.font-40 {
    font-size: 2.5rem !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.bo-radius-10 {
    border-radius: 10px !important;
}

.bo-radius-20 {
    border-radius: 20px !important;
}

.height-40 {
    height: 40px !important;
}

.height-45 {
    height: 45px !important;
}

main#register {
    background-image: url("./../images/background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
}

    main#register .position-text {
        position: absolute;
        left: 100px;
        top: 40%;
        color: #838ca3;
    }

    main#register #registerCard .card {
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.15);
    }

.btn-primary {
    background-color: #4884fd;
    border-color: #4884fd;
}

    .btn-primary:active, .btn-primary:focus-visible {
        background-color: #0072f9;
    }


    .btn-primary:hover {
        background-color: #0b5ed7;
        border-color: #4884fd;
    }

.form-control {
    border-radius: 0.625rem;
    border: 1px solid #cdcdcd;
    font-size: 0.75rem;
    padding: 0.575rem 0.75rem;
    color: #1f1f1f;
}

    .form-control:focus {
        color: #1f1f1f;
        border-width: 1px;
        border-color: #fff0;
        outline: 2px solid #4884fd;
        box-shadow: unset;
    }

    .form-control.isInvalid {
        border-color: #f01a74;
    }

.invalid-feedback {
    font-size: 12px;
    font-weight: 500;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    background-image: unset !important;
}

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

.navbar-brand {
    cursor: unset;
    pointer-events: none;
}

.fa-eye:before {
    content: "\f06e";
    color: #b4adad;
}

.fa-eye-slash:before {
    content: "\f070";
    color: #b4adad;
}
/* Custom CSS to hide Microsoft Edge password eye icon */
input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}
@media (max-width: 600px) {
    html {
        font-size: 90%;
    }

    main#register .position-text {
        position: unset;
        text-align: center;
        left: 0;
        top: 40%;
        color: #838ca3;
    }

    .form-check-label {
        white-space: unset;
    }
}
/*# sourceMappingURL=style copy.css.map */


