* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-image: url(../img/image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
}

.forget_password {
    text-decoration: none;
    color: #04a559 !important;
}

.button {
    width: 70%;
    color: white !important;
    background-color: #04a559 !important;
    border-radius: 21px !important;
}

.btn-green {
    text-decoration: none;
    color: #04a559 !important;
    background-color: #fff !important;
    border-color: #04a559 !important;
}

.logo_wrapper {
    padding: 20px 0px;
}

.company_label {
    color: #fff;
    position: relative;
    bottom: -100px;
    z-index: 20;
}
.row {
    border-radius: 30px;
}

.left {
    background-color: #04a559;
    border-radius: 30px 0 0 30px;
}
.right {
    background-image: url(../img/login-06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    padding: 50px 70px 50px 0px;
    border-radius: 0 30px 30px 0;
}
.image {
    border-radius: 50%;
    padding: 1rem;
    background-color: white;
}
.right-form {
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.errorlist {
    color: red !important;
}

.center_icon {
    position: relative;
    right: 40px;
    width: 200px;
    z-index: 20;
}

@media only screen and (max-width: 1401px) {
    .center_icon {
        right: 30px;
    }

    .image {
        padding: 0.8rem;
    }
}

@media only screen and (max-width: 1199px) {
    .center_icon {
        right: 25px;
    }

    .image {
        padding: 0.6rem;
    }
}

@media only screen and (max-width: 992px) {
    .center_icon {
        display: none;
    }

    .company_label {
        display: none;
    }

    body {
        padding: 50px 10px;
    }
    .left {
        border-radius: 0;
    }

    .right {
        padding: 50px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 756px) {
    .right {
        padding: 30px;
    }
}

.row {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
}

.form-control:focus,
.checkbox input:focus {
    background-color: transparent;
    border-color: #04a559 !important;
    box-shadow: 0 0 0 1px rgba(4, 165, 89, 0.88) !important;
}

.form-check-input:checked {
    background-color: #04a559 !important;
    border-color: #04a559 !important;
    box-shadow: 0 0 0 1px rgba(4, 165, 89, 0.88) !important;
}
.text-primary {
    color: #04a559 !important;
}


.btn-check+.btn-primary {
    background-color: #F5F5F5 !important;
    border-color: transparent !important;
    color: #000 !important;
}

.btn-check:checked+.btn-primary {
    background-color: #04a559 !important;
    color: #fff !important;
    outline-style: none !important;
    outline-color: transparent !important;
    box-shadow: none !important;

}


.btn-check:focus+.btn-primary {
    background-color: #04a559 !important;
    color: #fff !important;
    outline-style: none !important;
    outline-color: transparent !important;
    box-shadow: none !important;

}


.field [type="radio"] {
    display: none;
}
