/*
* {
    font-family: Arial, Helvetica, sans-serif;
  }

body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #003974;
    background-repeat: no-repeat;
}

input,
textarea {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #496BAB !important;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.card {
    border-radius: 0;
    border: none
}

.card1 {
    width: 100%;
    padding: 40px 30px 10px 30px
}


#logo {
    width: auto;
    height: auto;
}

#textlogo{
    font-family: 'Caveat', cursive; 
    font-size: 48px;
}

#msg{
    font-size: 36px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.heading {
    margin-bottom: 60px !important
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px;
    margin-bottom: 15px !important;
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #2fb81c, #279e18);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right, #279e18, #2fb81c)
}

.btn-white {
    border-radius: 50px;
    color: #496BAB;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #496BAB !important
}

.btn-white:hover {
    color: #fff;
    background-color: #345592;
}

::placeholder { 
    color: grey !important;
    opacity: 0.8; 
  }

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    margin-top: 50px !important
}

.sm-text {
    font-size: 15px
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px
    }

    .card2 {
        width: 100%
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        padding: 50px
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important
}}

.success {
    color: #2ed573;
    text-align: center;
}

.error {
    color: #ff4757;
}
*/
.notification {
    position: fixed;
    top: 100px !important;
    right: 0px !important;
    z-index: 100;
    padding: 1%;
    width: 320px;
    max-height: 90px;
    text-align: center;
    background-image: url("../images/pattern.jpg");
    background-size: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
}

.hidden {
    display: none;
}

.notificationData {
    text-align: center;
    align-self: center;
}

.notificationText {
    color: white;
}

.close {
    align-self: center;
    padding: 0;
    padding-top: auto;
}

.Xbtn {
    border: none;
    color: white;
    background-color: transparent;
}

.Xbtn:hover {
    transform: scale(1.5);
}