body {
    color: #000; 
    font-family: "Roboto", sans-serif;
    background-color: #FFF!important; 
}

 

.box-logo {
     
    height: 80px;
    padding-top: 20px; 
    
}

.box-logo .box{
    padding: 50px;
    margin-top: 150px;
}
.box-logo .box img{
    width: 250px;
    margin: 0 auto;
}

.footer {
  position: fixed;
  bottom: 0;    
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


.footer > .container {
  padding-right: 10%;
  padding-left: 10%;
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.login-box{
    width: 70%;
    padding-bottom: 20px;
}
 
.forgot-box .box{
    padding: 0 50px;
    margin-top: 150px;
}

.social-button {
      background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 40px;
      line-height: 40px;
    text-align: center;
    text-decoration: none; 
    vertical-align: middle;
    width: 100%;
      border-radius: 30px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-contact a{
    text-align: right;
}
.social-contact a{
        width: 34px;
        display: inline-block;
    }
    .social-contact a img{
        width: 100%!important; 
    }

#facebook-connect {
    background: rgb(255, 255, 255)  scroll 5px 0px / 30px 50px padding-box border-box;
    border: 1px solid rgb(60, 90, 154);
}

#facebook-connect:hover {
      border-color: rgb(60, 90, 154);
      background: rgb(60, 90, 154) scroll 5px 0px / 30px 50px padding-box border-box;
      -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
    text-decoration: none;
}

#facebook-connect span {
      box-sizing: border-box;
    color: rgb(60, 90, 154);
    cursor: pointer;
    text-align: center; 
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#facebook-connect:hover span {
      color: #FFF;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(220, 74, 61);
    text-decoration: none;
}

#google-connect:hover {
      border-color: rgb(220, 74, 61);
      background: rgb(220, 74, 61);
      -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#google-connect span {
      box-sizing: border-box;
    color: rgb(220, 74, 61);
    cursor: pointer;
    text-align: center; 
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect:hover span {
      color: #FFF;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#twitter-connect {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(85, 172, 238);
}

#twitter-connect:hover {
      border-color: rgb(85, 172, 238);
      background: rgb(85, 172, 238);
      -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#twitter-connect span {
      box-sizing: border-box;
    color: rgb(85, 172, 238);
    cursor: pointer;
    text-align: center; 
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#twitter-connect:hover span {
      color: #FFF;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.or {
    width: 10%;
    font-weight: bold;
    margin-bottom: 30px;
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 5px 12px 5px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.form-box input{
    margin-bottom: 5px;
} 

.btn-blue {
    background-color: #222e3c;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #222e3c
}

@media screen and (max-width: 1024px) {
    .login-box{
        width: 90%;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .box-logo  {
        margin-left: 0px;
        height: auto;
        margin-top: 0px;
    }

    .box-logo .box{
        padding:10px 20px 0px;
        margin-top: 10px;
    }

    .box-logo .box img{
        width: 180px;
        display: block;
        margin: 0 auto;
    }

    .login-box{
        width: 100%;
        padding-bottom: 10px;
    }

    .forgot-box .box{
        text-align: center;
        padding:10px 20px 0px;
        margin-top: 10px;
    }

    .or{
        margin-bottom: 10px;
    }
    .text-sm{
        font-size: 16px!important;
        text-align: center;
        display: block;
    }

    input, textarea{
        font-size: 16px!important;
        text-align: center;
        border-radius: 30px;
    }
    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }

    .btn-blue{
        padding: 10px!important;
        border-radius: 30px;
    }
    #msg{
        font-size: 13px!important;
    }
    .footer {
        height: 50px!important;
        line-height: 18px!important;
        padding-top: 5px;
        text-align: center; 
        position: absolute!important;
    }
    .footer span{
        display: block!important;
    }
    .social-contact{
        text-align: center!important;
        margin-top: 0px;
        padding: 0px 10px;
    }
    .social-contact a{
        width: 34px!important;
    }
    .social-contact a img{
        width: 100%!important;
        display: block;
    }
}