﻿.border-bottom {
    border-bottom: 5px solid;
}

.login-form {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #d2d2d2;
    border-radius: 15%;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
}

.shadowbox {
    padding: 8px 12px;
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}

.login-box {
    position: relative;
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /* border-radius:10%*/
    width:450px;
    height:350px
}

.login-header {
    font-size: 25px;
    background: #df3539;
    color: white;
    height: 130px;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 1%;
    text-align: start;
    width:450px
}

.login-body {
    padding: 20px;
}

input {
    border: 1px solid #df3539 !important;
    background-color: white !important;
    color: black !important;
}

.fa-check {
    color: white;
    background-color: #df3539;
    border-radius: 4px;
    font-size:15px
}
.btnLogin {
    background-color: #df3539 !important;
    color: white !important;
    border-radius: 4px;
}

.formContent {   
    margin-right: 2%;
    margin-top: 5%;  
   margin-left:72%
}


body {     
    background-image: url(../images/login-bg.jpg);   
    height: 100%;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
