﻿.container {
    background-color: #f9f9f9;
}

.card {
    background: #ffffff;
    border-radius: 12px;
}


.abp-account-layout {
    background: #f9f9f9;
}

.btn.btn-primary {

    text-transform: uppercase;
    background-color: #EE4D9B !Important;
    border-color: #EE4D9B !Important;
    border-radius: 20px;
}

.btn.btn-primary:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.btn.btn-secondary {
    text-transform: uppercase;
    background: #093245;
    border: 1px solid #093245;
    border-radius: 20px;
}

.btn.btn-secondary:hover {
    opacity: 0.6;
    transition: all 0.5s;
}
  
.btn.btn-disabled {
    text-transform: uppercase;
    color:white;
    background-color: gray !Important;
    border-color: gray !Important;
    border-radius: 20px;
}

.btn.btn-disabled:hover {
    opacity: 0.6;
    transition: all 0.5s;
}


.btn.btn-secondary-purple {
    text-transform: uppercase;
    background: #764f78;
    border: 1px solid #764f78;
    border-radius: 20px;
}

.btn.btn-secondary-purple:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

@font-face {
    font-family: Montserray-Bold;
    src: url(../Fonts/Montserrat/Montserrat-Bold.ttf);
}


@font-face {
    font-family: Montserrat-Regular;
    src: url(../Fonts/Montserrat/Montserrat-Regular.ttf);
}

custom-checkbox.custom-control{
    color: red;
}

col.mx-auto {
    max-width: 430px !important;
}

/* unvisited link */
a:link {
    color: #EE4D9B;
}

/* visited link */
a:visited {
    color: #EE4D9B;
}

/* mouse over link */
a:hover {
    color: #EE4D9B;
}

/* selected link */
a:active {
    color: #EE4D9B;
}

h2.text-left {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
}

p.text-left.opacity-75 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
}

