﻿body {
    background-image: url(../images/loginbg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.iris_logo {
    width: 150px;
    margin: 14% auto 4%;
    border-radius: 6%;
    /* border-radius: 50%; */
    /* padding: 10px; */
    /* border: 2px solid #fcfbfb; */
    /* box-shadow: 0px 0px 5px #1c1c1c; */
    /* background-color: #007cc3; */
}

a:focus, a:hover {
    color: #ccc;
    text-decoration: underline;
}

.page_details {
    width: 500px;
    margin: 0px auto;
    opacity: 0.9;
    filter: drop-shadow(0px 0px 1px white);
    border-radius: 3%;
    padding: 10px;
}

.btn-default {
    color: #333;
    background-color: rgba(255, 255, 255, 0.76);
    border-color: #ccc;
}

.img-center {
    margin: 0px auto;
    text-align: center;
}

.error-msg {
    color: #F44336;
    text-align: center;
}

.card-body {
    margin-top: 12vmin;
    padding: 3%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0px 0px 20px #000000;
}

#btnresendotp {
    display: none;
}

.modal-dialog {
    width: 450px;
    margin: 9% auto;
}

.btn-primary {
    color: #fff;
    background-color: #007cc3;
    border-color: #007cc3;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.29);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #007cc3;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
}


.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb3 {
    margin-bottom: 3em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb5 {
    margin-bottom: 4em !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt3 {
    margin-top: 3em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt5 {
    margin-top: 4em !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml1 {
    margin-left: 1em !important;
}

.ml2 {
    margin-left: 2em !important;
}

.ml3 {
    margin-left: 3em !important;
}

.ml4 {
    margin-left: 4em !important;
}

.ml5 {
    margin-left: 4em !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr1 {
    margin-right: 1em !important;
}

.mr2 {
    margin-right: 2em !important;
}

.mr3 {
    margin-right: 3em !important;
}

.mr4 {
    margin-right: 4em !important;
}

.mr5 {
    margin-right: 4em !important;
}


.pb0 {
    padding-bottom: 0 !important;
}

.pb1 {
    padding-bottom: 1em !important;
}

.pb2 {
    padding-bottom: 2em !important;
}

.pb3 {
    padding-bottom: 3em !important;
}

.pb4 {
    padding-bottom: 4em !important;
}

.pb5 {
    padding-bottom: 4em !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt1 {
    padding-top: 1em !important;
}

.pt2 {
    padding-top: 2em !important;
}

.pt3 {
    padding-top: 3em !important;
}

.pt4 {
    padding-top: 4em !important;
}

.pt5 {
    padding-top: 4em !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl1 {
    padding-left: 1em !important;
}

.pl2 {
    padding-left: 2em !important;
}

.pl3 {
    padding-left: 3em !important;
}

.pl4 {
    padding-left: 4em !important;
}

.pl5 {
    padding-left: 4em !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr1 {
    padding-right: 1em !important;
}

.pr2 {
    padding-right: 2em !important;
}

.pr3 {
    padding-right: 3em !important;
}

.pr4 {
    padding-right: 4em !important;
}

.pr5 {
    padding-right: 4em !important;
}
