
@import url('roboto.css');

body, html {

 

 height:100%; 

background: -moz-linear-gradient(top,  rgba(37,99,126,1) 0%, rgba(76,57,102,0.9) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(37,99,126,1) 0%,rgba(76,57,102,0.9) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(37,99,126,1) 0%,rgba(76,57,102,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25637e', endColorstr='#e64c3966',GradientType=0 ); /* IE6-9 */

font-family:Roboto; font-weight:300;

}



.card-container.card {

    max-width: 400px;

    padding: 40px 40px; position:relative; margin-top:150px; 

	   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.39+0,0.31+100 */



	}



.btn {

    font-weight: 700;

    height: 36px;

    -moz-user-select: none;

    -webkit-user-select: none;

    user-select: none;

    cursor: pointer;

}



/*

 * Card component

 */

.card {

  

    padding: 20px 25px 30px;

    margin: 0 auto;

	

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.39) 0%, rgba(0,0,0,0.31) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0.39) 0%,rgba(0,0,0,0.31) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0.39) 0%,rgba(0,0,0,0.31) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63000000', endColorstr='#4f000000',GradientType=0 ); /* IE6-9 */



	

    /* shadows and rounded borders */

    -moz-border-radius: 20px;

    -webkit-border-radius: 30px;

    border-radius:30px;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}



.profile-img-card {
    height: auto;
    margin: 0 auto 10px;
    display: block;
}



/*

 * Form styles

 */

.profile-name-card {

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    margin: 10px 0 0;

    min-height: 1em;

}



.reauth-email {

    display: block;

    color: #404040;

    line-height: 2;

    margin-bottom: 10px;

    font-size: 14px;

    text-align: center;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.form-signin #inputEmail,

.form-signin #inputPassword {

    direction: ltr;

    height: 44px;

    font-size: 16px;

}



.form-signin input[type=email],

.form-signin input[type=password],

.form-signin input[type=text],

.form-signin button {

    width: 100%;

    display: block;

    margin-bottom: 10px;

    z-index: 1;

    position: relative;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.form-signin .form-control:focus {

    border-color: rgb(104, 145, 162);

    outline: 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);

}



.btn.btn-signin {

    /*background-color: #4d90fe; */

    background-color:#FF6666;

    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/

    padding: 0px;

    font-weight: 700;

    font-size: 14px;

    height: 36px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

    border: none;

    -o-transition: all 0.218s;

    -moz-transition: all 0.218s;

    -webkit-transition: all 0.218s;

    transition: all 0.218s;

}



.btn.btn-signin:hover,

.btn.btn-signin:active,

.btn.btn-signin:focus {

    background-color:#ff3300;

}



.forgot-password {

    color: rgb(104, 145, 162);

}



.forgot-password:hover,

.forgot-password:active,

.forgot-password:focus{

    color: rgb(12, 97, 33);

}

#message-box {

    display: none;

    width: 50%;

background: rgb(226,226,226);

background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);

background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(254,254,254,1) 100%);

background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(254,254,254,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );

    height: 30px;

    text-align: center;

    font-size: 14px;

    color: #B30004;

    font-family: helvetica neue, arial;

    position: fixed;

    top: 0;

    line-height: 30px; border-bottom-right-radius:50px;border-bottom-left-radius:50px; box-shadow: 0 20px 20px -20px #fff;-moz-box-shadow: 0px 4px 31px #ffffff;

-webkit-box-shadow: 0px 4px 31px #ffffff;

box-shadow: 0px 4px 31px #ffffff; border:1px solid #eee; z-index:999;

}

#message-boxGreen {

    display: none;

    width: 50%;

background:#006600;

    height: 40px;

    text-align: center;

    font-size: 14px;

    color: #fff;

    font-family: helvetica neue, arial;

    position: fixed;

    top: 0;

    line-height: 30px; border-bottom-right-radius:50px;border-bottom-left-radius:50px; box-shadow: 0 20px 20px -20px #fff;-moz-box-shadow: 0px 4px 31px #ffffff;

-webkit-box-shadow: 0px 4px 31px #ffffff;

box-shadow: 0px 4px 31px #ffffff; border:1px solid #eee; z-index:999;

}

#message-boxRed {

    display: none;

    width: 50%;

background: #aa3131;

    height: 40px;

    text-align: center;

    font-size: 14px;

    color: #fff;

    font-family: helvetica neue, arial;

    position: fixed;

    top: 0;

    line-height: 30px; border-bottom-right-radius:50px;border-bottom-left-radius:50px; box-shadow: 0 20px 20px -20px #fff;-moz-box-shadow: 0px 4px 31px #ffffff;

-webkit-box-shadow: 0px 4px 31px #ffffff;

box-shadow: 0px 4px 31px #ffffff; border:1px solid #eee; z-index:999;

}