body {
    min-height: 100%;
    background-color: #f0f1f6;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #3d465a;
}


.pageBackground {
    position: absolute;
    top: 0px;
    right: 0px;
}

.title{
    font-size: 24px;
    font-weight: 600;
    color: #3d465a;
    border-radius: 11px;
    background-color: #fbfbfd;
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: -10px;
    text-align: center;
    padding-bottom: 25px;
}

.card-body{
    background: #ffffff;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
}

.card{
    margin-top: 30vh;
}

input{
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #f0f1f6;
}

label{
    display: block;   
}

button:focus{
    outline: 0 !Important;
}


button{
    width: 192px;
    height: 42px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    /*background-image: linear-gradient(to bottom, #00448d, #00a2d7);*/
    background-color: #2c47db;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    color: #ffffff;
}

.btn-primary:hover{
    background-image: linear-gradient(to bottom, #0456af, #02b4ef);
}


.missingData{
     background-color: #f1847629 !Important;
    transition: .3s;
}