/**
 * @copyright 2015 MarkCon
 * @link http://www.markcon.hu
 */

@CHARSET "UTF-8";

/* Registration oldal

    Mindegyik elején: #registration
    Alváltozatok: #registration.Index, #registration.Activate, #registration.ResendActivate
*/

#registration{
    background-image: url("../../Global/image/pattern-blue.png");
    background-repeat: repeat;
    padding: 60px 0;
    color: #fff;
}

#registration h2 {
    text-align: left;
    margin-bottom: 1em;
    color: #fff;
}

#registration p {
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

#registration p a {
    color: #ce2929;
    text-decoration: underline;
}

#registration .Warning {
    color: #ce2929;
}

#registration .Warning p:last-of-type {
    margin-bottom: 0;
}

#registration .Form{margin-bottom: 30px;}
#registration .Form .Element {margin-bottom: 10px;}

#registration .Form label {
    display: block;
    width: 100%;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'PT Sans Narrow';
    margin-right: 2%;
    /*white-space: nowrap;*/
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

#registration .Form label a{
    color: #1ce4ae;
}

#registration .Form input[type="text"],
#registration .Form input[type="password"],
#registration .Form input[type="email"] {
    width: 100%;
}

#registration .Checkbox{
    background-color: #fff;
    margin: 0 10px 0 0;
    float: left;
    clear: left;
}

#registration .Form .Element.teacher,
#registration .Form .Element.accept{
    position: relative;
    margin-bottom: 0;
}

#registration .Form .Element.passwordMeter{
    margin-top: 15px;
    margin-bottom: 40px;
}

#registration .Form .Element.teacher label,
#registration .Form .Element.accept label{
    float: none;
    display: inline-block;
    width: auto;
    margin-left: 40px;
    text-transform: none;
}

#registration .Form .Element.teacher .Checkbox,
#registration .Form .Element.accept .Checkbox{
    position: absolute;
    left:0;
    top: 9px;
}

#registration .Form .Element.submitButton label{
    display: none;
}

#registration .Form button {
    display: block;
    height: 44px;
    width: 75%;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'PT Sans Narrow';
    padding: 0 15px;
    cursor: pointer;
    background-clip: padding-box;
    font-weight: bold;
    border: 1px solid #8affdf;
    background-color: #1ce4ae;
    color: #fff;
}

#registration .Info {
    font-size: 26px;
    font-family: 'PT Sans Narrow';
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 15px;
}

#registration .Info .Title{color: #fff;}

#registration .Info > div {
    margin-bottom: 5px;
}

#registration .Info > div a {
    color: #fff;
    -webkit-transition: color 150ms;
    -moz-transition: color 150ms;
    -ms-transition: color 150ms;
    -o-transition: color 150ms;
    transition: color 150ms;
}

#registration .Info a:hover {
    color: #1ce4ae;
}

#registration .Message {
    width: auto;
    margin: 20px auto;
    font-size: 22px;
    border-radius: 3px;
    line-height: 22px;
    padding: 10px;
}


#registration .Message.Success {
    border: 1px solid #8affdf;
    background-color: #1ce4ae;
}

#registration .Message.Error {
    background-color: #ce2929;
    border: 1px solid #b40000;
}

#registration .SocialInfo{
    line-height: 44px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'PT Sans Narrow';
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

#registration .Social{
    height: 37px;
    width: 44%;
    display: inline-block;
    margin-top: 20px;
}

#registration .Social a{
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    padding: 2px 20px 2px 57px;
    border-radius: 3px;
    line-height: 34px;
    width: 100%;
    background-size: contain !important;
    text-align: center;
}

#registration .Social.Facebook a{
    background: #11668c url("../../Global/image/icon/icon-fb.png") no-repeat center left;
}
#registration .Social.Google{
    margin-left: 8.5%;
}
#registration .Social.Google a{
    background: #ce2929 url("../../Global/image/icon/icon-gplus.png") no-repeat center left;
}


#registration.ResendActivate .submitButton button{
    margin: 15px auto;
    width: 100%;
}


/* Responsive*/
@media (max-width: 990px) {
    #registration .Social{
        width: 100%;
        max-width: 173px;
        display: block;
        margin: 15px auto !important;
    }
}

@media (max-width: 768px) {
    #registration .Info{margin-top: 40px;}
}

@media (max-width: 480px) {
    #registration .Info{margin-top: 40px;}

    #registration .Form input[type="text"],
    #registration .Form input[type="password"],
    #registration .Form input[type="email"],
    #registration .Form label{
        width: 100%;
    }
    #registration .Checkbox{margin: 0 10px 0 0;}

    #registration .Form .Element,
    #registration .Info,
    #registration .SocialInfo{
        margin-left: 0 !important;
    }

    #registration .Form .submitButton button{
        margin: 0 auto;
    }

    #registration .Social{
        width: 100%;
        max-width: 173px;
        display: block;
        margin: 15px auto !important;
    }
}