﻿html, body {
    /*background-image: url('../images/fondoa3.jpg');*/
    /*background-image: url('../images/fondoa7.jpg');*/
   /* background: linear-gradient(180deg, rgba(197,174,255,0.1) -0.87%, rgba(191,214,255,0.1) 99.08%);*/
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1025' height='506' viewBox='0 0 1025 506' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1030.3-390.617c89.15 226.021 27.67 511.761-172.315 710.694-199.981 198.934-640.508 302.136-782.95-30.925C-67.406-43.909-5.559-390.617 251.993-517.479c257.552-126.863 689.156-99.159 778.307 126.862z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='226.977' y1='-515.723' x2='799.276' y2='360.853' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C5AEFF'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");*/
    background-repeat: repeat;
    background-position: 100% 0;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    /*box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.8);*/
}

.login {
    box-shadow: 50px 50px 50px -1px rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,1) !important;
    /*background: rgba(0,0,0,0.6);*/ /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom left, rgba(0,0,0,0.3) 80%,rgba(146, 25, 172,0.3),rgb(130, 59, 216,0.2)),-webkit-linear-gradient(to top right, rgba(0,0,0,0.1) 70%,rgb(146, 25, 172,0.3),rgb(130, 59, 216,0.2));
    /*background: linear-gradient(to bottom left, rgba(242, 242, 242, 0.6) 70%,rgba(146, 25, 172,0.3),rgba(130, 59, 216,0.5)),linear-gradient(to top right, rgba(242,242,242,0.5) 60%,rgba(146, 25, 172,0.3),rgb(130, 59, 216,0.2)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background:  linear-gradient(to bottom right, rgba(242,242,242,0.5) 80%,rgba(146, 25, 172,0.3),rgb(130, 59, 216,0.2));
    /*height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;*/
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    /*background-color: #FFC312;*/
    color: #fff;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.overlay-soft-dark:before {
    position: absolute;
    content: "";
    background: #0d1431;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: #0d1431;
    z-index: 0;
}