﻿a:hover {
    text-decoration-line: none;
}

a {
    color: #007bff !important;
}

button {
    outline: none !important;
}
.login-logo {
    width: 130px;
    font-size: 130px;
    color: #007bff;
    margin-top: 50px;
}


.c-login {
    background: #fff;
    padding-bottom: 0;
    border-radius: 15px;
    text-align: center;
}

    .c-login .heading {
        display: block;
        font-size: 24px;
        font-weight: 700;
        padding: 5px 0;
        margin-bottom: 20px;
        color: #007bff;
    }

    .c-login .form-group {
        padding: 0 40px;
        margin: 0 0 25px 0;
        position: relative;
        display: block;
    }

        .c-login .form-group.clear-fix {
            overflow: hidden;
            clear: both;
        }

    .c-login .form-control {
        border-radius: 20px;
        box-shadow: none;
        padding: 0 20px 0 45px;
        height: 40px;
        transition: all 0.3s ease 0s;
    }

        .c-login .form-control:focus {
            box-shadow: none;
            outline: 0 none;
        }

    .c-login .form-group i {
        position: absolute;
        top: 12px;
        left: 60px;
        font-size: 17px;
        color: #c8c8c8;
        transition: all 0.5s ease 0s;
    }

    .c-login .form-group a {
        position: absolute;
        top: 12px;
        right: 0px;
        font-size: 17px;
        color: #c8c8c8;
        transition: all 0.5s ease 0s;
        color: #007bff;
    }

    .c-login .form-control:focus + i {
        color: #007bff;
    }

    .c-login .fa-question-circle {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 60px;
        font-size: 20px;
        color: #808080;
        transition: all 0.5s ease 0s;
    }

        .c-login .fa-question-circle:hover {
            color: #000;
        }

    .c-login .main-checkbox {
        float: left;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: relative;
        margin: 5px 0 0 5px;
        border: 1px solid #ccc;
    }

        .c-login .main-checkbox label {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

            .c-login .main-checkbox label:after {
                content: "";
                width: 10px;
                height: 5px;
                position: absolute;
                top: 5px;
                left: 4px;
                border: 3px solid #11a3fc;
                border-top: none;
                border-right: none;
                background: transparent;
                opacity: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .c-login .main-checkbox input[type=checkbox] {
            visibility: hidden;
        }

            .c-login .main-checkbox input[type=checkbox]:checked + label:after {
                opacity: 1;
            }

    .c-login .text {
        float: left;
        margin-left: 7px;
        line-height: 20px;
        padding-top: 5px;
        text-transform: capitalize;
        cursor: pointer;
        color: #007bff;
    }

    .c-login .btn {
        float: right;
        font-size: 14px;
        color: #fff;
        background: #007bff;
        border-radius: 30px;
        padding: 8px 50px;
        border: none;
        text-transform: capitalize;
        transition: all 0.5s ease 0s;
    }

.ui.divider {
    margin: 1rem 0rem;
    line-height: 1;
    height: 0em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.preview-password {
    pointer-events: auto;
    cursor: pointer;
    right: 50px;
    top: 4px;
}
