﻿* {
    font-family: 'Poppins', sans-serif;
   
    
}
body {
    background: url('../../Images/background.jpg') no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

a {
    color: #06F;
    text-decoration: none;
}

.visa {
    padding: 15px 15px 5px 15px;
    border-radius: 2px;
    background: #fff;
    width: 500px;
    margin: 5% auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 0 1px 0 rgba(0,0,0,0.16);
}

    .visa h1 {
        color: #000;
        font-size: 30px;
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: bold;
        text-align: center;
    }

.visa-logo {
    padding: 10px;
}

.visa input[type=text] {
    width: 100%;
    padding: 8px 8px;
    border: solid 1px #cacaca;
    color: #000;
    font-size: 15px;
    line-height: normal;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 3px;
    outline: none;
    height: 38px;
}

.visa input[type=password] {
    width: 100%;
    padding: 8px 8px;
    border: solid 1px #cacaca;
    color: #000;
    font-size: 15px;
    line-height: normal;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 3px;
    outline: none;
    height: 38px;
}

.visa input[type=checkbox] {
    float: left;
}

.visa button {
    background: #e35335;
    width: 100%;
    padding: 8px 8px;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    box-sizing: border-box;
    height: 38px;
    cursor: pointer;
    outline: none;
}

.top {
    background-image: linear-gradient(87deg, #eee, #fff);
    border-bottom: 2px solid #e35335;
}

.logo {
    padding: 20px;
}

.help-block {
    font-size: 12px;
    padding: 5px;
    float: left;
    width: 100%;
}

.sec p {
    padding: 10px 0 2px 0 !important;
    margin: 0;
    font-size: 13px;
}
.red-btn {
    background: #e35335;
    color: #fff !important;
    padding: 7px 15px;
    border: none !important
}

    .red-btn:hover {
        cursor: pointer !important;
        background: #bd3e23 !important;
        color: #fff;
    }
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 3px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   
} 
    

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin:7px;
   
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
 
    
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

 

    .modal-header .close {
        
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 0 10px 10px 10px;
}
.modal-header {
    width:200px;
    position: relative;
    background: #e35335;
    padding: 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    margin-top: 5px;
}



.modal-header:before {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 32px solid #e35335;
        border-right: 32px solid #fff;
    }   
.modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}
 

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

   