.logincard{
    margin-top: 50%;
}
.btn-link {
    color: #1E9FF2 !important;
}
.fa-heart{
    color:red;
}

footer .copyright{
    position: fixed;
    left: 0;
    bottom: 0;
    color: #DDDDDD;
}
footer .copyright img{
    opacity: .5;
    width: 60%;
}
footer .itec{
    position: fixed;
    right: 0;
    bottom: 0;
    color: #DDDDDD;
}

.card-header
{
    text-align: center;
}
.card-header img{
    width: 100px;
}
#myVideo {
    position: fixed;
    background: #34baf4;
    right: 0%;
    bottom: 0%;
    opacity: 1;
    max-width: 40%;
    height: 100%;
    -webkit-box-shadow: -12px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -12px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: -12px 2px 5px 0px rgba(0,0,0,0.4);
}

.logincard{
    -webkit-box-shadow: -12px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -12px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: -12px 2px 5px 0px rgba(0,0,0,0.4);
}
.btn-primary{
 background-color: #000000 !important;
}


p.stateOne, p.stateTwo {
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 8px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #000000;
    -moz-box-shadow: 2px 2px 4px #000000;
    box-shadow: 2px 2px 4px #000000;
}
p.stateOne:before, p.stateTwo:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 50px;
    top: 70px;

    border: 20px solid;
    border-color: #000000 transparent transparent #000000;
}
p.thought {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 8px solid #000000;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    -webkit-box-shadow: 2px 2px 4px #000000;
    -moz-box-shadow: 2px 2px 4px #000000;
    box-shadow: 2px 2px 4px #000000;
}

p.thought:before, p.thought:after {
    left: 10px;
    top: 70px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 8px solid #000000;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.stateOne {
    opacity: 1;
    transform: scale(0, 0);
    position: fixed;
    background: #0A72E8;
    right: 0%;
    bottom: 50%;
    max-width: 40%;
}
.stateTwo {
    opacity: 1;
    transform: scale(1, 1);
    position: fixed;
    background: #0A72E8;
    right: 0%;
    bottom: 70%;
    max-width: 40%;
}
