﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 10px;
    padding-bottom: 10px;
   
}
header .mainheader {
    width: 100%;
    padding-left: 2rem;
}
header.active .mainheader {
    margin-top: 6px;
}
header .mainheader .menumain {
    margin-top: 1.5rem;
}
header.active .mainheader .menumain {
    margin-top: .6rem;
}
header .mynavbar {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    position: relative;
}
header .megamenu {
    position: initial;
    overflow: hidden;
    display: block;
    margin-right: .25rem;
    cursor: pointer;
}
header .normalmenu {
    position: initial;
    overflow: hidden;
    display: block;
    margin-right: .25rem;
}
header .megamenu a.mainli, header .normalmenu a.mainli {
        color: #f3f3f3;
        display: flex;
        align-items: center;
        padding: 3px 12px;
        border-radius: 2rem;
        border: 1px solid transparent;
        background-color: rgba(0,0,0,.3);
        position: relative;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
header .megamenu a.mainli:hover, header .megamenu:hover a.mainli, header .normalmenu a.mainli:hover {
            color: #fff;
            background-color: #333;
        }
header .megamenu a.mainli i {
            margin-right: 5px;
        }
header .megamenu .logbtn {
    background: #03a9f4;
    width: 100px;
    justify-content: center;
    background: linear-gradient(90deg, #00bcd4, #1a3be0, #00bcd4, #264fe4);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}
header .megamenu .logbtn:hover {
        background-color: #00608c !important;
    }
header .megamenu .logbtn i {
        margin-right: 5px;
    }

.file {
    position: relative;
    background: linear-gradient(to right, lightblue 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}
.file.done {
        background: lightgreen;
    }
.file a {
        display: block;
        position: relative;
        padding: 5px;
        color: black;
    }

.body-content {
    padding-left: 15px;
    padding-right: 15px;
  
}
.jumbotron {
    background-image: url("../img/pension.png");
    background-size: cover;
   
}
input,select,
textarea {
    
    min-height:10px;
}
.applyform {
    background-color: #0089cf;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: calc(100vh - 46px);
    background-position: center right;
    background-size: cover;
    overflow-x: hidden;
    background-image: url(../img/pension.png);
    /*background-color: #607D8B;*/
}
.applyform h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
.formcontainer {
  
    margin-top: 3rem;
    
}
#msform {
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 40px;
}
.card {
    border: 1px solid #fff;
    border-radius: 40px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}

@media(max-width: 991px) {
    .applyform {
        min-height: 100vh;
    }
}
@media(max-width: 767px) {
    .applyform {
        justify-content: center;
    }

    .formcontainer {
        margin-top: 6rem;
    }
}
@media(max-width: 575px) {
   
}








@media screen and (min-width: 768px) {
    .jumbotron {
        background-image: url("../img/pension.png");
        background-size: cover;
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
.stars {
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}

.form-control {
width:auto;
}