body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-image: linear-gradient(to right,#003366, #009999);
    background-repeat: no-repeat
}

html, body
{
    width: 100%;
    height: 100%;
}
body
{
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-image: linear-gradient(to right,#003366, #009999);
    background-repeat: repeat
}


input,
textarea {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    border-color: #003366;
    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 #02335e !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
}


/* .btn.btn-secondary:active{
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  outline: none;
} */


input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #02335e !important;
    outline-width: 0;
    font-weight: 400
}


.card {
    border-radius: 0;
    border: none
}

.card1 {
    width: 50%;
    padding: 15px 30px 10px 30px;
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to left,#003366, #009999);
}

#logo {
    width: 280px;
    height: 250px;  
}

.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
}

.msg-info {
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: -25px;
}

.btn-group{
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: -25px;
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to left,#003366, #009999);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 15px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to left,#003366, #009999);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #02335e !important;
    border-color:  #02335e !important;
}

.invalid-feedback{
    text-align: center;
}

.btn-white {
    border-radius: 50px;
    color: #010369;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #042786 !important
}

.btn-white:hover {
    color: #fff;
    background-image:  linear-gradient(to left,#003366, #009999);
}

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 40px;
}

.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
    }
}