
.icon-margin {
    margin-right: 10px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.btn-app-color {
    border-color: #6A1B9A;
    background-color: white;
    color: #6A1B9A;
}

.btn-app-color:hover {
    border-color: #6A1B9A;
    background-color: #6A1B9A;
    color: white;
}

.login-box-body {
    border-radius: 25px;
}

.input-login {
    border-radius: 10px;
    height: 45px;
}

.form-control-feedback.fa {
    line-height: 45px;
    margin-right: 10px;
}

.icon-margin {
    margin-right: 10px;
}

.btn-login {
    font-size: 16px;
    height: 40px;
    border-radius: 10px;
}

.forgot-password-link {
    color: #6A1B9A;
}

.login-page {
    background-color: #e6eaf5;
}

.inputPointer {
    cursor: pointer;
}

.fp-label {  
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;  
    display: flex; 
    color: #FCFCFC;
    padding-left: 0px;
    padding-right: 0px;
}

.fp-container-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 85px;
}

.fp-title { 
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    color: #FCFCFC;
}

.fp-input {
    background-color: #082139;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0px;
    padding-right: 0px;
    color: #FCFCFC;
}

.fp-container-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-top: 350px;
}

.fp-button {
    background: radial-gradient(375% 375% at -66.67% 29.17%, #01325B 0%, #302E50 21.3%, #ED1C24 57.86%, #004B7F 100%);
    box-shadow: 5px 5px 15px rgba(16, 35, 54, 0.27);
    border-radius: 4px;
    width: 100%;
    border-width: 0;
    font-size: 16px;
    height: 56px;
}

.text-email-success {
    font-style: normal;
    font-weight: normal;
    font-size: 24px; 
    color: #FCFCFC;
    padding-left: 50px;
    padding-right: 50px;
    margin-top:33px;
    text-align: center;
}

.pl-15{
    padding-left: 15px;
}

.mb-85 {
    margin-bottom: 85px;
}

.pr-container-success{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    padding-bottom: 100px;
}

.mm-text { 
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    color: #FCFCFC;
}


.color-success {
    color:#32a852 !important;
}

.color-error {
    color:#a83232 !important;
}

.mm-icon {
    margin-bottom: 120px;
}
