.image-size-large {
            height: 60px;
            width: 250px;
}

.card-size-login {
            height: 360px;
            width: 350px;
            margin-top: 10px;
            opacity: 0.94;
            margin-top:130px;
            box-shadow: 2px 2px 2px 0 #81899c;
}


.custom-button-brand--login {
    background-color:#0070d2;
    color:white;
}

.custom-button-brand--login:hover
{
    background-color:#005fb2;
}


.background-image-blur {
    background-image: url('../../images/Background/FTP-BACKGROUND-25-COPY.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
}

.custom-background-color--default {
    background-color: white;
}

.background-body-color--default {
    background-color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header {
  padding: 10px 16px;
}

.custom-border-radius {
    border-radius: 4px 4px;
}
.custom-header-background-color {
    background-color:#f3f2f2
}