.left {
    float: left;
}
.right {
    float: right;
}
.msg {
    display: block;
    top: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 7px 10px;
    position: relative;
    z-index: 3;
    float: left;
}
.msg:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: " ";
    display: block;
    height: 10px;
    left: 14px;
    position: absolute;
    top: -5px;
    width: 10px;
    z-index: 2
}
.msg.hint {
    background: #f8dcb1;
    color: #000;
    text-shadow: 0 1px rgba(255, 255, 255, .35)
}
.msg.hint:before {
    background: #f8dcb1
}
.msg.error {
    background: #a83b3b;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .23)
}
.error .msg.error {
    display: block
}
.msg.error:before {
    background: #a83b3b
}
.submit {
    margin-left: 30%;
    float: left;
}
.flip .front, .back {
    display: none;
}
.flip .back {
    display: block;
}
.lHolder {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.lHolder .text {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.lHolder>span {
    float: left;

}

.front, .back {
    width: 100%;
    float: left;
}
.text.error, .error input.text {
    -webkit-box-shadow: inset 0 1px 1px rgba(224, 0, 0, .16);
    -moz-box-shadow: inset 0 1px 1px rgba(224, 0, 0, .16);
    box-shadow: inset 0 1px 1px rgba(224, 0, 0, .16);
    background-color: #ffeced;
    border: 1px solid rgba(224, 0, 0, .11);
    color: #a83b3b
}
.alertBox {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    min-height: 50px;
    padding: 10px 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(108, 136, 177, .26);
    -moz-box-shadow: 0 1px 4px rgba(108, 136, 177, .26);
    box-shadow: 0 1px 4px rgba(108, 136, 177, .26);
}
.alertBox h5 {
    padding: 0 10px;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
}
.alertBox p {
    padding: 0 10px;
    font-size: 15px;
}
.alertBox.error {
    border: 1px solid #ebbdb5;
    background-color: #f7e7e3;
    color: #990000;
}
.alertBox.error a {
    color: #990000;
}
.alertBox.success {
    border: 1px solid #b3cca8;
    background-color: #e7f8db;
    color: #536f40;
}
.alertBox.success a {
    color: #536f40;
}
.alertBox.warning {
    color: #cc6600;
    border: 1px solid #fd0;
    background-color: #f6f6e3;
}
.alertBox.warning a {
    color: #cc6600;
}
input[type="submit"]:disabled {opacity: 0.25;}
.forgot, .loginForm form>span{float:right;}

.cl {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;}
.cl:after {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    display: block;
    content: "x";
    font-size:20px;
}

&.collapsable .cl {
    display: none;
}
