﻿html {
    /*background: url("/Imagenes/TP/marathon2.jpg") no-repeat;*/
    /*background-color:#FFFFFF;*/
    background-size: cover;
    min-height: 100%;
    background-color: #122a1c !Important;
    ;
}

body {
    /*background-color: transparent !Important;*/
    background-color: #122a1c !Important;
    ;
}

#registration-form {
    max-width: 600px;
    margin: 0.5% auto;
}

    #registration-form .textoInfo {
        color: #666666;
        font-size: 0.9em;
        margin-top: 15px;
    }

    #registration-form .textoOk {
        color: #006600;
        font-size: 1.4em;
    }

    #registration-form .textoKO {
        color: #dd0000;
        font-size: 1.4em;
    }

    #registration-form .textoInfoMini {
        color: #666666;
        font-size: 0.8em;
    }

    #registration-form .divDocumento {
        padding: 0px 0px 0px 1%;
    }

.btn-info {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.btn-success {
    background-color: #122a1c !important;
    border-color: #586c2d !important;
}

    .btn-success:hover {
        background-color: #334806 !important;
        border-color: #586c2d !important;
    }
/*#registration-form .image{
	float:left;
	background-image: url("desk.jpg");
	height: 500px;
	width: 50%;
	background-size: cover;
	background-position: 25%;
}*/
#registration-form .frm {
    float: right;
    /*height: 500px;*/
    width: 100%;
    min-width: 250px;
    padding: 0 35px;
    background-size: 100% 100%;
    background-color: white;
    background-color: #EEEEEE;
    margin: 0px auto;
    border-radius: 15px;
}

#registration-form h1 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #333;
}

#registration-form .form-control {
    width: 100%;
    padding: 5px 10px;
    height: auto;
    font-size: 0.8em;
}

#registration-form .form-group label {
    font-size: 0.8em;
}

#registration-form .form-btn {
    width: 100%;
    padding: 12px 20px;
    height: auto;
}





@media screen and (max-width: 767px) {

    #registration-form .divDocumento {
        padding: 1% 0px 0px 0px;
    }

    .columnaIzquierda {
        padding-right: 0px !important;
    }

    .columnaDerecha {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 700px) {
    #registration-form .image {
        width: 30%;
        background-position: 60%;
    }

    #registration-form {
        width: 95%;
    }

        #registration-form .frm {
            width: 100%;
        }

        #registration-form .form-control {
            width: 100%;
        }

        #registration-form .divDocumento {
            padding: 1% 0px 0px 0px;
        }
}

@media screen and (max-width: 500px) {
    #registration-form .image {
        display: none;
    }

    #registration-form {
        width: 95%;
    }

        #registration-form .frm {
            width: 100%;
        }

        #registration-form h1 {
            text-align: center;
        }

        #registration-form .btn {
            width: 100%;
            margin-top: 20px;
        }

        #registration-form .divDocumento {
            padding: 1% 0px 0px 0px;
        }
}
