/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2018, 12:30:46 PM
    Author     : LRon0
*/

body {
    background-image: linear-gradient( 90deg, #0f1326, #161b36);
    
}

/*.col-md-1 ,menuDiv {
    padding-right: 0px;
    padding-left: 0px;
}*/

.logoDiv {
    /*padding-left: 150px;*/ 
}

.logoDiv img{
    margin-top: 10px;
    margin-bottom: 10px;
    /*width: 50%;*/
}

.logoDiv img {
    width: 150px;
    height: auto;
}

/*.header {
    margin-top: 50px;
}*/
.header h3,.header h4{
    cursor: pointer;
    color: #ffffff;
    padding-top: 10px;
    
}

.loginDiv h4, .loginDiv h3{
    white-space: nowrap;
    border: 2px solid white;
    border-radius: 30px;
    width: 80px;

    padding-bottom: 10px;
}

.geStartedDiv h4{
    white-space: nowrap;
    border: 2px solid #2b53ba;
    border-radius: 30px;
    overflow: hidden;
    max-width: 120px;
    background-color: #2b53ba;
    padding-bottom: 10px;
}

.slogan{
    margin-top: 100px;
}

.slogan h1{
    color: #ffffff;
}

.slogan h1{
    font-size: 70px;
}

.slogan h3 {
    color: #b9bac0;
    margin-left: 15%;
    margin-right: 15%;
}

.form-control{
    border-radius: 20px;
    border: none;
    background-color: #2a2d41;
    color: #ffffff;
}

.form-control-but{
    border-radius: 20px;
    border: none;
    background-color: #2a2d41;
    color: #ffffff;
}

#loginButton{
    background-color: #224ebb;
    font-size: 18px;
}

#loginButton:hover{
    background-color: #2b53ba;
    color: #ffffff;
    font-size: 19px;
}

.formNewMember{
    margin-top: 50px;
}

.img-screen-1{
    margin-top: 50px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.img-responsive {
    margin: 0 auto;
}

.container-arrows{
    margin-top: 50px;
    margin-bottom: 50px;
}



/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
/*border-radius:5px;*/
border-radius: 20px;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1432cd;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
border-radius:20px;
}
 .hvr-rectangle-out:hover,  .hvr-rectangle-out:focus,  .hvr-rectangle-out:active {
  color: white;
  text-decoration: none;
}
 .hvr-rectangle-out:hover:before,   .hvr-rectangle-out:focus:before,  .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
