﻿.university-portal-background {
}

    .university-portal-background .login-right-panel, .university-portal-background .login-left-panel {
        min-height: 100vh
    }

.university-portal-background {
}

.site-theme-font-color {
    color: #6b0a1a !important;
}

.site-theme-bg-color {
    background-color: #6b0a1a !important;
}

.icon {
    position: absolute;
    padding: 12px;
    color: #a5a5a5;
    min-width: 50px;
    text-align: center;
    font-size: 15px;
    z-index: 9999;
    border-right: 1px solid #f3f2f2;
}

.login-left-panel {
    background: #e9ecef;
}

.landing-left-logo img {
    width: 250px;
}

.radio-inline, .login-user-type {
    cursor: pointer;
}

.form-action-control {
    padding-left: 60px !important;
}

.input-validation-error {
    border-right: solid 3px #ff6920 !important;
}

.social-media-links {
}

    .social-media-links button {
        margin-top: 5px;
    }

        .social-media-links button.continue-with-facebook {
            background-color: #3b5999;
            color: #fff;
        }

        .social-media-links button.continue-with-google {
            background-color: #dd4b39;
            color: #fff;
        }

        .social-media-links button.continue-with-linkedin {
            background-color: #0077B5;
            color: #fff;
        }

        .social-media-links button.continue-with-twitter {
            background-color: #55acee;
            color: #fff;
        }

.pull-right {
    float: right;
}


.sign-in-button {
    background-color: #6b0a1a;
    border-color: #6b0a1a;
    color: #fff;
}

    .sign-in-button:hover {
        background-color: #903d12;
        border-color: #903d12;
        color: #fff;
    }


.desc-text-highlighter {
    font-weight: bold;
}

span.txt-rotate.tech-exposer {
    color: #6b0a1a !important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6b0a1a !important;
}

.btn-primary {
    background-color: #6b0a1a !important;
    border-color: #6b0a1a !important;
    color: #fff !important;
}

.copyright-text-info {
    font-size: 13px;
}

forgot-password .forgot-invalid-message {
    color: #f44336;
    display: none;
}

.k-window-action.k-dialog-action.k-dialog-close {
    padding-top: 20px;
}

span.input-group-addon {
    position: absolute;
    z-index: 9999;
    padding: 8px;
    width: 25px;
    color: #808080;
    border-right: 1px solid #f3eeee;
}

input#UserLogonName {
    padding-left: 50px;
}

div#forgot-password-form {
    padding: 15px;
}

input#recover-submit {
    width: 91%;
    background-color: #6b0a1a;
    color: #fff;
    border-color: #6b0a1a;
}

confirm-reset-password {
    padding: 14px;
    display: inline-block;
}

div#reset-password-panel {
    padding: 0px 15px 0px 15px;
}

input#reset-submit {
    width: 91%;
    background-color: #6b0a1a;
    color: #fff;
    border-color: #6b0a1a;
}

input#GivenOTP {
    padding-left: 50px;
}

input#NewPassword {
    padding-left: 50px;
}

input#ConfirmNewPassword {
    padding-left: 50px;
}

reset-password .panel-body {
    margin-top: 15px;
}

span.k-window-title.k-dialog-title {
    margin-top: 12px;
}

small.reset-invalid-message {
    display: none;
    color: #f44336;
}

.page-overlay {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.loading-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #6b0a1a solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.welcome-text {
    font-size: 25px;
}
