html, body{
    height:100%;
    font-family: 'Lato'; 
 }

.row{
    margin-right: 50px;
    margin-left: 50px;
}

.title{margin-bottom: 10px;color: #4a4a4a; font-size: 21px;}
.border-image-div{margin-bottom: 70px;}
.background {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

.form-group-lg .form-control{
   font-size: 16px;
   background: transparent !important;
   border: none;
   webkit-box-shadow:  none; box-shadow: none; color: #898989;
}

.content{
    width: 400px;
    height: 531px;
    position:absolute;
    left:0;
    right:0;
    top:0; 
    bottom:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
    overflow:auto;
}

form{
    margin-left: 3px;
    margin-right: 4px;
    border-right: 1px solid #bfdae3;
    border-left: 1px solid #bfdae3;
    border-bottom: 1px solid #bfdae3;
    border-top: 1px solid #bfdae3;
    margin-top:-25px;
    border-radius: 25px; 
    -moz-box-shadow:   0px 2px 2px 2px #ccc;
    -webkit-box-shadow: 0px 2px 2px 2px #ccc;
    box-shadow:   0px 2px 2px 2px #ccc

}

.txt{
    color: #4a4a4a;
    font-size: 15px;
}

.footer-txt{padding-top: 20px; font-size: 15px;}

.btn1{
    padding: 10px 12px;
    border-radius: 20px;
    margin-top: 35px;
    margin-right: 0px; 
    background-color: #4a4a4a;
    color: #fff;
    outline: none;
}

.btn1:hover{
    background-color: #042fa0;
    outline: none;
    opacity: 0.6; 
    color: #fff;
}

.btn1:active{outline: none !important;}
.border-image{
    position: relative;
}

.border-image:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 49%;
    width: 61px;
    height: 60px;
    background-image: url(../img/v4/workopolo.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, 10%);
}

.form-group-lg{
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

.form-group-lg-first{
    padding-top: 60px;
}
.alert{
    margin: 0 14px;
}

@media only screen and (max-width:  992px)  and (min-height : 480px){

 .form-group-lg-first{
  padding-top: 40px;
 }

 .form-group-lg{
   padding-right: 15px;
   padding-left: 15px;
 } 

}

@media only screen and (max-width:  480px){
 form{
   -moz-box-shadow:   0px 1px 2px 2px #ccc; 
   -webkit-box-shadow: 0px 1px 2px 2px #ccc;
   box-shadow:  0px 1px 2px 2px #ccc; }
}