body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-image: linear-gradient(to right, rgb(2, 175, 206), rgb(1, 72, 90));
    background-repeat: repeat;
}

.box {
    -webkit-box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.75);
  }

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: 12px !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 rgb(2, 132, 165) !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: 50%;
    padding: 40px 30px 10px -40px
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to right, rgb(2, 132, 165), rgb(1, 72, 90))
}

#logo {
    width: 75px;
    height: 90px
}

.heading {
    margin-bottom: 30px !important
}

.heading_op {
    margin-bottom: 20px !important
}

::placeholder {
    color: #c2c1c1 !important;
    font-size: 12px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px;
    color: #000 !important
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, rgb(1, 72, 90), rgb(2, 132, 165));
    padding: 10px;
    cursor: pointer;
    border: none !important;
    margin-top: 10px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right,  rgb(2, 132, 165), rgb(1, 72, 90))
}

.btn-white {
    border-radius: 50px;
    color: rgb(2, 132, 165);
    background-color: #fff;
    padding: 4px 40px;
    cursor: pointer;
    border: 2px solid rgb(2, 132, 165) !important;
    margin-bottom: -30px !important
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, rgb(2, 132, 165), rgb(1, 72, 90))
}

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    margin-top: -20px !important
}

.sm-text {
    font-size: 12px
}

@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
    }
}