@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    background: #015AA9;
   /* background-image: url("https://i.ibb.co/d6nXzrC/icon.png");*/
    font-family: 'Roboto', sans-serif
}
.themed-grid-col {
    padding-top: .75rem;
    padding-bottom: 0rem;
    background-color: transparent;
    border:none;
  }
  
  .themed-container {
    padding: .75rem;
    margin-bottom: 0rem;
    background-color: transparent;
    border:none;
  }

  /* 
@media only screen and (min-width: 600px) 
       {
     
.card {
    border: none;
    max-width: 450px;
    border-radius: 0px;
    margin: 150px 0 150px;
    padding: 35px;
    padding-bottom: 20px !important
}

    }
    
@media only screen and (max-width: 600px) 
        {
            .col-md-6 { 
            width: 100% !important;
        }

        .card {
    border: none;
    max-width: 100% !important; 
    margin: 10px 0 10px !important;
    padding: 35px;
    padding-bottom: 20px !important;
}

    }

button.btn.btn-success {
    background: #3E74B4 !important;
}
.heading {
    color: #C1C1C1;
    font-size: 14px;
    font-weight: 500
}

img {
    transform: translate(160px, -10px)
}

img:hover {
    cursor: pointer
}

.text-warning {
    font-size: 12px;
    font-weight: 500;
    color: #000 !important;
}

#cno {
    transform: translateY(-10px)
}

input {
    border-bottom: 1.5px solid #E8E5D2 !important;
    font-weight: bold;
    border-radius: 0;
    border: 0
}

.form-group input:focus {
    border: 0;
    outline: 0
}

.col-sm-5 {
    padding-left: 90px
}

.btn {
    background: rgba(48, 179, 74, 1) !important;
    border: none;
}

.btn:focus {
    box-shadow: none
}
*/