﻿.profibaza-gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: radial-gradient(circle at 50% 40%, #52c4f6, #ffffff);
}

.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(50,56,126,.4);
    outline: 0;
    max-width: 500px;
    margin-top: 15px;
}

.mybtn {
    border-radius: 50px;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.profibaza-img {
    width: 350px;
}

.btn-profibaza {
    min-width: 320px !important;
    height: 50px !important;
    line-height: 35px !important;
    border-radius: 25px !important;
    color: #0095d7;
}

    .btn-profibaza:hover {
        color: #0095d7;
    }

.profibaza-box-shadow {
    box-shadow: 5px 5px 5px #50548e;
}

.btn-profibaza-primary {
    background-color: #32387e;
    color: white;
}

.text-profibaza {
    color: rgb(48,66,138);
}

    .text-profibaza h1,
    .text-profibaza h2,
    .text-profibaza h3 {
        font-weight: 600;
    }

.header-profibaza {
    font-size: 1.2em;
    font-weight: 600;
    color: white;
    margin: 40px 0 20px 0;
}

.providers {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
