body {
    color: white;
}

a {color: white;}

p.home {
    text-align: justify;
    background-color: #db92aa;
    margin-top: 40px;
    padding: 50px 30px 60px 30px;
    font-size: 13px;
    line-height: 1.1em;
    overflow:auto;
    text-align: justify;
    height: 450px;
}

p.home-award{
    text-align: justify;
    background-color: #db92aa;
    margin-top: 0px;
    padding: 50px 30px 60px 30px;
    font-size: 13px;
    line-height: 1.1em;
    overflow:auto;
    text-align: justify;
    height: 450px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #db92aa;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d36588;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d36588;
}

body {
    background-color: #600821;
}

.container.main-body {
    margin-top: 0px;
}

.logo {
    margin-top: 40px;
}

.logo-award-left {
    margin: 40px 0 40px 0;
}

.logo-award-right {
    margin: 40px 0 40px 0;
}

.card {
    text-align: center;
    padding: 30px 20px 30px 20px;
    background-color: #db92aa;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .vinsent-pos {
        position: relative;
        z-index: 200;
    }
    .vinsent {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) {
    .vinsent-pos {
        position: relative;
        /* left: -30px; */
        bottom: -20px;
        z-index: 200;
    }

    .vinsent-pos-award {
        position: relative;
        /* left: -30px; */
        /* bottom: -20px; */
        z-index: 200;
    }

    .vinsent {
        width: 120%;
    }
}
footer { text-align: center; }

.form-control[type="text"]{
    width : 72%;
    float : left;
}
.input-group-addon {    
padding: 9px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon, .input-group-btn {
width: 28%;
white-space: nowrap;
vertical-align: middle;
}

.reflist .row:first-child {
    margin-top: 10px;
}

.reflist.card { 
    padding: 30px 20px 30px 20px;
    background: transparent;
    border: 1px solid #db92aa;;
}

i>span {padding-left: 5px; font-size: 18px;}
table td {background: white; color: black;}
table td a{background: white; color: black;}
table.list { margin-top: 10px;}

.heading {
    font-size: 19px;
    font-weight: bold;
	/* color: #000000; */
	
}
