﻿.login {
    background-color: #FFFFFF;
    position: relative;
}

.content {
    min-width: 450px;
    min-height:500px;
    background-color: #fff;
    padding: 30px 50px;
    position: absolute;
    top:-200px;
    right: 50px;
    transform: translateY(50%);
    font-family: "BPG Arial", sans-serif;
    z-index:100;
}

.login .logo {
    margin-top: 0;
}

.login .content .form-control {
    background-color: transparent;
    outline: none;
    border: 1px solid #482683;
    border-radius: 5px !important;
    color: black;
    font-size: 16px;
    overflow: hidden;
}

    .login .content .form-control::placeholder {
        font-size: 16px;
        color: #472F92;
    }

    .login .content .form-control:focus {
        border: 2px solid #482683;
    }

.login .content .forget-password {
    color: black !important;
}

.login .content .form-actions .btn {
    background: linear-gradient(270deg, #FFBFF1 0%, #BDA5FF 100%);
    border: none;
    color: #472F92;
    font-size: 16px;
    border-radius: 5px !important;
    /*border-bottom: 3px solid transparent;*/
}

    .login .content .form-actions .btn:active {
        background: linear-gradient(270deg, #FFBFF1 0%, #BDA5FF 100%);
        color: #472F92;
        /*border-bottom: 3px solid transparent;*/
    }

    h3 {
        font-family: "BPG Mrgvlovani Caps", sans-serif;
        text-align: center;
        font-size: 22px;
    }

.forget-password-block {
    color: purple;
    text-align: center;
}

.login a {
    color: purple !important;
    font-size: 18px !important;
}

.portal {
    position: absolute;
    left: 50px;
    top: 150px;
    z-index:100;
}

    .portal h1 {
        font-size: 50px;
        margin-bottom: 30px;
        color: #472F92;
    }

    .portal i {
        margin-right: 10px;
    }

    .portal h4 {
        font-family: "BPG Arial", sans-serif;
        font-size: 20px;
        color: #472F92;
    }

.login .form-subtitle {
    font-size: 14px;
    text-align: center;
    color: #472F92;
}

.toast-warning {
    background-color: #482683;
}

.toast-message {
    font-family: "BPG Mrgvlovani Caps", sans-serif;
}


