﻿html, body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    /*color: white;*/
}
td {
    text-align: right;
    
}
@media (max-width: 500px) {
    
   
}
.title{
    text-align: right;
    
}
.data {
    text-align:left;
    font-weight: bold;    
}
.credit {
    width: 100%;
    border: 1px solid teal;
    border-radius: 10px;
    outline: none;
    margin-bottom: 15px;
    height: 46px;
    
}
.policy {
    
}
.card {
    background-color: teal
}
.info {
    background-color: teal !important;
    color: #FFFFFF;
    padding-bottom: 40px
}
.login {
    width: 75%;
    border: 1px solid #F96E3D;
    border-radius: 10px;
    outline: none;
    margin-bottom: 15px;
    height: 46px;
    opacity: 1;
    padding-left: 15px;
}