/* cyrillic-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body{
    /*height: 100%;*/
}

body{

    background-repeat: no-repeat;
    background-image: url("../img/life.jpg");
    background-color: #0f4d57;
    background-size: cover;
}

@media (max-width: 968px) {
    body {
        background-size: auto auto;
    }
}

.container-fluid{
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(54,77,85,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer; !* Add a pointer on hover *!*/
}
/*
 background-image: url("../img/graphic01.png");
    background-position: center;
    background-size: 100% 100%
    y poner form cn background transparent
*/

.panel-login{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 430px;
    margin: auto;
    margin-top: 10%;
    min-height: 405px;
}
#login-panel > .panel-login{
    margin-top: 0;
}

.panel-login h1, .panel-account h1{
    font-size:2em;
}

.login-form > h1{
    padding-bottom: 10px;
}


.panel-2-login{
    background-color:#004E58 ;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(242, 242, 242),rgb(114, 199, 175) );
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: auto;
    margin-top:50%;
    min-height: 405px;
}


.login-form{
    position: relative;
    z-index: 1;

    max-width: 360px;
    margin: 0 auto 100px;
    padding: 33px;
    text-align: center;
    padding-top:0px;

}


.login-form > div {
    margin-bottom: 19px;
}

.login-form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-group-addon{
    /*margin: 5px 5px 5px 5px;*/
    border: 1px solid #c6c8ca;
    /*border-top: 1px solid #c6c8ca;
    border-left: 1px solid #c6c8ca;
    border-bottom: 1px solid #c6c8ca;*/
    width: 28px;
    /*background-color: #c6c8ca;*/
    padding-left: 2px;
    padding-top: 0.75em;
    border-radius: .25em 0em  0em .25em;
}

.form-control{
    border-color: #fff;
    padding-left: 5px;
    border-top: 1px solid #c6c8ca;
    border-right: 1px solid #c6c8ca;
    border-bottom: 1px solid #c6c8ca;
    min-height: 3em;
}

label{
    color:black;
    font-weight: 500;
}

.message {
    margin: 15px 0 0;
    /*color: #b3b3b3;*/
    color: #a5a4a4;
    font-size: 12px;
}

.message a {
    text-decoration: none;
    color: #004E58;
}
.cresent-link{
    text-decoration: none;
    color: #fff;
}

.message a:hover, .message a:focus, .cresent-link:hover, .cresent-link:hover {
    text-decoration: underline;
    color: rgb(252,176,53);
}


.login-logo{
    width: 30%;
    padding-top: 30px;
    padding-bottom: 45px;

}

.panel-login label{
    text-align: left;
    display:block;
}

/* -----------Create Account---------------------*/
.panel-account{
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 570px;
    margin: auto;
    margin-top: 5%;
    min-height: 405px;
}

.panel-account .login-form{
    /*width: 530px;*/
    text-align: left;
    max-width: 500px;
    padding-bottom: 33px;
}
.panel-account  input.form-control{
    border: 1px solid #c6c8ca;
}
footer{
   color:#fff;
}
footer p{
    margin-left: 10px;
    margin-right: 10px;
}

canvas{
    height:100vh;
}
#login-panel{
    position: absolute;
    left: 0;
    top: 15vh;
    /*padding: 0 20px;*/
    width: 100%;
    text-align: center;
}


/*----------Button----------------*/

.login-btn{
    background-color: rgb(252,176,53);
    color: #ffffff ;

    font-weight: 500;
}

.login-btn:hover, .login-btn:focus, .login-btn:active{
    /*background-color:rgb(1,50,61);*/
    /*color:#ffffff !important;*/

}


/*----------------Responsive rules--------------------*/

@media (max-width: 768px) {
    .panel-login{
        margin-top: 10%;
    }
    .panel-2-login{
        margin-top:-50px;
    }
    #login-panel{
        top: 5vh;
    }


}

@media (max-width: 968px) {
    .login-logo{
        width: 50%;
        padding-bottom:25px;
    }
}

@media (max-width: 767px) {
    .login-logo{
        width: 60%;
        padding-bottom:25px;
    }
    .nav-link{
        padding: 5px;
    }

    #login-panel{
        top: 90px;
    }
    .login-form{
        margin: 0px;
    }

    .panel-login{
        width: 99%;
    }
    body{
        background-size: auto;
    }

    .container-fluid{
        padding: 0;
    }
    .login-form{
        padding: 15px;
    }
}
@media (min-width: 969px) {
    .login-logo{
        width: 45%;
    }
}

.teal-color {
    background-color: rgb(252,176,53);
    color: #fff;
}

.teal-text {
    color: #72C7AF;
}

.teal-btn {
    background-color: rgb(252,176,53);
    color: #fff;
}

.teal-btn:hover,
.teal-btn:focus,
.teal-btn:active {
    background-color: #5ea38f;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #fff;
    overflow:hidden;
}

.modal-title {
    font-size: 1.1rem;
    font-weight:400;
}

.alert.teal-color a {
    color:#1E1E1E;
}



.checkbox-style {
    position:relative;
    top: 0.2em;
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    background-color: #eceeee;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    margin-right: .5rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
