
/*
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                      LOGIN
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
*/
body#login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-family:"Arial",sans-serif;
    background: url("../img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section#desktop{
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #d5e4ffd1;
}
section#mobile{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#card{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
}
#card-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #404E67;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
#card1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#ffffff;
    border: 3px solid #404E67;
    width: 360px;
    height: auto;
    min-height: 380px;
    padding: 40px 20px;
    border-radius: 20px;
}
#card2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#404E67;
    width: 200px;
    height: 320px;
    padding: 40px 20px;
    border-radius: 0 20px 20px 0;
}
#card3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#404E67;
    width: 10px;
    height: 320px;
    padding: 40px 20px;
    border-radius: 20px 0 0 20px;
}
#card4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#ffffff;
    width: 100%;
    height: 55vh;
    box-sizing: border-box;
    padding: 40px 20px;
    border-radius: 0 50px 0px 0;
}
#card5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#404E67;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
}
#card6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #404E67;
    width: 100%;
    height: 22vh;
    border-radius: 0 0 0 50px;
}
#card7{
    width: 100%;
    background: #404E67;
}
#card8{
    width: 100%;
    background:#ffffff;
}
#card9{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #404E67;
    width: 100%;
    height: 200px;
    border-radius: 0 0 0 50px;
}
#card-log{
    transition: all 0.5s linear;
    transition: width 0.4s;
    width: auto;
    min-width: 300px;
    max-width: 800px;
    height:100%;
    padding: 20px;
    border-radius: 14px;
}
.red{
    background:red;
    text-align:center;
    font-size:20px;
    padding:10px 0px;
    margin-bottom:10px;
    transition: all 0.5s linear;
    color:white;
    width: 100%;
    border-radius: 100px;
}
.green{
    background:green;
    text-align:center;
    font-size:20px;
    padding:10px 0px;
    margin-bottom:10px;
    transition: all 0.5s linear;
    color:white;
    width: 100%;
    border-radius: 100px;
}
h1{font-size:30px;text-align:center;font-weight: bolder;color: #f76804;}
h2{font-size:27px;text-align:center;font-weight: bolder;color: white;}
h3.info:nth-child(1){font-size:24px;text-align:center;font-weight: lighter;color: white;margin: 0px 0 5px 0}
h3.info{font-size:24px;text-align:center;font-weight: lighter;color: white;margin: 15px 0 5px 0}
h3{font-size:20px;}
button:not(.navbar-toggler){
    background:#ffffff;
    border: 1px solid #f76804;
    padding:8px;
    font-size:20px;
    width:100%;
    transition:all 0.4s linear;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    font-weight: bolder;
    border-radius: 100px;
    color: #f76804;
}
button:not(.navbar-toggler):hover{background: #f76804;color: white}
button:not(.navbar-toggler)#btnmobile{
    border: 1px solid #f76804;
    padding:10px;
    font-size:20px;
    width:100%;
    margin-top:0px;
    transition:all 0.4s linear;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    font-weight: bolder;
    border-radius: 100px;
    color: #f76804;
}
button:not(.navbar-toggler)#btnmobile:hover{background: #f76804;color:white;}
.btn-login{
    text-align: center;
    padding:10px;
    font-size:20px;
    width:100%;
    margin-top:0px;
    transition:all 0.4s linear;
    font-weight: bolder;
    border-radius: 100px;
    border: 1px solid white;
    color: white;
    text-decoration:unset;
}
.btn-login:hover{background: white;color:#404E67;text-decoration:unset;}
#formregister{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#formregister div{ width: 49%;}
select{
    background: white;
    width: 100%;
    box-sizing: border-box;
    border-radius:100px;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    font-size:15px;
    padding:13px 20px;
    margin-bottom:20px; 
}
input{
    background: white;
    width: 100%;
    box-sizing: border-box;
    height:30px;
    border-radius:100px;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    font-size:15px;
    padding:22px 20px;
    margin-bottom:20px; 
}
@media (max-width: 1253px){
    #card{
        padding-right: 30px;
        padding-left: 10px;
    }
    section#desktop{
        box-shadow: inset -700px 0 50px #404E67;
    }
}
@media (max-width: 1000px){
    #card1{
        width: 250px;
    }
    section#desktop{
        box-shadow: inset -600px 0 50px #404E67;
    }
}
@media (max-width: 554px){
    body#login{
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #f7f2fc;
    }
    section#desktop{
        display: none;
    }
    section#mobile{
        display: flex;
    }
    input{
        padding:25px 20px;
    }
    h2{font-size: 20px}
}
@media (max-width: 564px){
    #formregister{
        display: block;
        flex-direction:column;
        justify-content:center;
    }
    #card{ 
        width: 80%; 
        margin-top: 17vh; 
    }
    #card-log{
        width: auto;
        min-width: 80%;
        max-width: 800px;
    }
    #formregister div{ width: 100%;}
}
a{color: black;}
.element-animation{
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}
::-webkit-input-placeholder {
   color: rgba(0,0,0,0.3);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.3);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.3);
}

:-ms-input-placeholder {  
   color: rgba(0,0,0,0.3);
}