﻿body {
    background: #F6F6F6;
}

.form-content {
    background: #FFF;
    padding: 44px;
    border-radius: 4px;
}

.form-container {
    position: relative;
    width: 360px;
    margin: 0 auto;
}

.external-link {
    color: white;
}

.external-link a:hover{
    text-decoration: none;
}

/*.external-link:hover {
    color: #CCC;
}*/

.circle-icon-google {
    background: #DB4A39;
    padding: 12px;
    border-radius: 50%;
    color: white;
}

.circle-icon-google:hover {
    background: #aa2515;
}

.circle-icon-facebook {
    background: #3B5998;
    padding: 12px 17px;
    border-radius: 50%;
    color: white;
}

.circle-icon-facebook:hover {
    background: #0e4078;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
